ah whoops

This commit is contained in:
nelle 2024-08-31 21:03:32 -06:00
parent 9d930f20de
commit 0ffb0aacfd

View file

@ -17,22 +17,6 @@
background-color: var(--background);
}
@media (min-width: 992px) {
:root {
font-size: 20px;
font-family: departure-mono, system-ui;
padding: 1rem;
width: 1000px;
max-width: calc(100% - 2rem);
line-height: 1.4;
margin: auto;
color: var(--text);
background-color: var(--background);
}
}
@media (max-width: 768px) {
:root {
font-size: 14px;