1
0
mirror of https://github.com/jdan/98.css.git synced 2025-07-31 02:50:19 +02:00

some mobile styles

This commit is contained in:
Jordan Scales
2020-04-21 15:57:08 -04:00
parent c304370840
commit ecfc9758a8

View File

@@ -106,3 +106,33 @@ button.focused {
button.active {
box-shadow: var(--border-sunken-outer), var(--border-sunken-inner);
}
@media (max-width: 480px) {
aside {
display: none;
}
main {
box-sizing: border-box;
width: 100%;
margin: 0;
padding: 16px;
}
hr {
width: 100%;
}
p {
width: 100%;
}
h3 {
flex: 0;
}
.component {
display: block;
margin-top: 24px;
}
}