cleanup, better admin
This commit is contained in:
parent
d5b3076645
commit
b8f1c52613
15 changed files with 124 additions and 24 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue