make website looks good on mobile

wch-ch32v003
Leap of Azzam 3 years ago committed by Felix Queißner
parent c8de6a8668
commit 5cb8cf60e4

@ -565,6 +565,11 @@ const Website = struct {
\\ font-family: sans; \\ font-family: sans;
\\ } \\ }
\\ \\
\\ @media screen and (max-width: 600px) {
\\ body {
\\ padding: 2em;
\\ }
\\ }
// Align top-level headings // Align top-level headings
\\ h1 { \\ h1 {
\\ text-align: center; \\ text-align: center;

Loading…
Cancel
Save