responsive design tweaks

This commit is contained in:
daviac 2024-02-12 09:15:15 +11:00
parent 6136282f15
commit 9ad3b1a26b
1 changed files with 15 additions and 3 deletions

View File

@ -48,17 +48,29 @@
}
li {
display: inline list-item;
font-size: 0.75rem;
}
}
h1 {
font-size: 1.5rem;
};
h2 {
font-size: 1.0rem;
}
h3 {
font-size: 0.75rem;
}
* {
margin: 2px;
}
.hidden-mobile {
display: none;
display: none;
}
.shown-mobile {
display: contents;
display: contents;
}
}
#background {
background: none repeat scroll 0 0;
background-color: #DADADA;