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

@ -10,14 +10,6 @@
}
.film {
margin-bottom: 16px;
display: flex;
flex-direction: row;
.left, .right {
width: 50%;
img {
max-width: 100%;
}
}
h1 {
font-weight: bold;
font-size: 20px;
@ -26,7 +18,6 @@
@media screen and (max-width: 799px) {
.film {
margin-bottom: 16px;
flex-direction: column;
h2 {
margin-bottom: 8px;
}