cleanup, better admin

This commit is contained in:
j 2021-10-11 13:55:45 +01:00
commit b8f1c52613
15 changed files with 124 additions and 24 deletions

View file

@ -1,8 +1,26 @@
.texts {
.text {
margin: 8px;
box-sizing: border-box;
a {
color: #e00;
text-decoration: none;
}
.text {
margin: 8px;
h1 {
font-weight: bold;
font-size: 20px;
}
}
@media screen and (max-width: 799px) {
.text {
margin-bottom: 16px;
h2 {
margin-bottom: 8px;
}
}
}
}