summaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2024-03-22 08:03:19 +0000
committerMatthew Lemon <y@yulqen.org>2024-03-22 08:03:19 +0000
commit2b0b81005c111684577b565b363612a0d41d111f (patch)
tree3757036b37cda582daa70f477f615b25f70d3f0d /style.css
parentd964a581ff29099e2aa4ad57577d19a27d39c212 (diff)
wip
Diffstat (limited to '')
-rw-r--r--style.css23
1 files changed, 2 insertions, 21 deletions
diff --git a/style.css b/style.css
index c8c8446..a0383da 100644
--- a/style.css
+++ b/style.css
@@ -38,19 +38,6 @@ body {
border-radius: 5px;
}
-/* .left-section { */
-/* background: white; */
-/* /1* background: rgb(h24, 221, 217, 0.27); *1/ */
-/* padding-left: 50px; */
-/* padding-top: 20px; */
-/* padding-bottom: 50px; */
-/* border: 0px solid; */
-/* border-color: lightgray; */
-/* border-radius: 5px; */
-/* margin-bottom: 10px; */
-/* margin-left: 20px; */
-/* } */
-
.cell p {
color: rgb(37, 95, 140, 0.8);
font-size: 1.2rem;
@@ -61,7 +48,6 @@ q {
display: inline;
}
-
q:before {
content: open-quote;
}
@@ -107,12 +93,6 @@ img {
}
-.inner {
- display: grid;
- grid-template-columns: 1fr 1fr;
-}
-
-
a {
font-size: inherit;
color: #394f49;
@@ -134,7 +114,7 @@ header {
.inner-header {
display: grid;
- grid-template-columns: 1fr 1fr 1fr;
+ grid-template-columns: 1fr 2fr 1fr;
gap: 10px;
margin-bottom: 20px;
}
@@ -148,6 +128,7 @@ header {
.info p {
font-size: 1.1rem;
+ padding: 10px;
}