diff --git a/src/style.css b/src/style.css index a91898c..be2da5c 100644 --- a/src/style.css +++ b/src/style.css @@ -84,23 +84,6 @@ img.figure, flex-direction: row-reverse; } - -@media only screen and (max-width: 700px) { - .project { - flex-direction: column; - padding: 16px; - } - - .project>div { - padding-top: 0; - padding-bottom: 0; - } - - blockquote { - margin: 0px auto; - } -} - body { margin: 0; } @@ -133,4 +116,26 @@ a { color: inherit; /* no underline */ text-decoration: none; +} + +@media only screen and (max-width: 700px) { + .project { + flex-direction: column; + padding: 16px; + } + + .project>div { + padding-top: 0; + padding-bottom: 0; + } + + blockquote { + margin: 0px auto; + } + + li, + p { + font-size: 8pt; + text-align: left; + } } \ No newline at end of file