fix content/update css

This commit is contained in:
boldcaml
2023-01-12 20:26:45 -06:00
parent 84527bd0a3
commit 6c5dabec65
7 changed files with 60 additions and 56 deletions

View File

@@ -7,7 +7,7 @@ pre {
body {
font-size: calc(14px + 0.11vw);
width: clamp(373px, 60vw, 80vw);
width: 40vw;
color: #222222;
margin: auto;
padding: 2px;
@@ -57,3 +57,7 @@ nav > * {
color: cyan;
}
}
@media only screen and (max-width: 620px) {
body { width: 95vw; }
}