git ssb

0+

Zach! / coolguy.v2



Commit 179e5df12171bf32db0d09aa4261e5a0cbda0dc8

get working site again after styling snafu

Zach! committed on 3/17/2019, 2:31:07 AM
Parent: 49521fbef4e45fbb62b5294d1ef735886ec8867b

Files changed

aesthetic/stylesheets/main.csschanged
aesthetic/stylesheets/main.cssView
@@ -27,9 +27,9 @@
2727 font-size: var(--standard-size);
2828 }
2929
3030 p {
31- line-height: 1.4em;
31+ line-height: 1.3em;
3232 }
3333
3434 li {
3535 line-height: 1.2em;
@@ -158,15 +158,11 @@
158158 #contact details aside {
159159 font-weight: 200;
160160 font-style: italic;
161161 font-size: 1.1em;
162- padding: 0.5em 1em 1em 1em;
162+ padding: auto 1em 1em 1em;
163163 }
164164
165-
166-
167-
168-
169165 /* *G* */
170166 #greetings {
171167 display: grid;
172168 grid-template-areas:
@@ -410,10 +406,10 @@
410406
411407 @media (min-width: 800px) {
412408 #directory li:last-of-type {
413409 grid-column-start: 2;
414-4
415410 }
411+}
416412
417413 .directory-item .description {
418414 color: var(--primary_color);
419415 margin-bottom: 1.5em;
@@ -421,16 +417,17 @@
421417
422418 /* .tall is a hack (or maybe proper usage?!) to get all the boxes to line up nice.
423419 What this means is that if I have a new section whose lines are real long,
424420 then I need to add this class to it. I feel this is fine, though, since I
425-font-weight: 300;
421+ am not adding new items all that much, and so I don't need this to be all
426422 calculated and dynamic, and I can keep the site JS-free.
427423 */
428424
429425 #directory .tall {
430426 grid-row-end: span 2;
431427 }
432-4
428+
429+
433430 .dotted-pattern {
434431 position: absolute;
435432 height: 102%;
436433 width: 100%;
@@ -443,10 +440,10 @@
443440 background-position: 11px 11px, 14px 14px;
444441 z-index: -1
445442 }
446443
447-#question4page {
448- background: var(--primary_4g);
444+#question-page {
445+ background: var(--primary_bg);
449446 color: var(--primary_color);
450447 padding: 3em;
451448 }
452449
@@ -455,9 +452,9 @@
455452 color: var(--primary_color);
456453 padding: 3em;
457454 height: 100vh;
458455 }
459-font-weight: 300;
456+
460457 @media (max-width: 667px) {
461458 #question-page {
462459 padding: 0;
463460 }

Built with git-ssb-web