move up
This commit is contained in:
parent
da155d75b6
commit
46877572ae
1 changed files with 5 additions and 5 deletions
|
@ -86,12 +86,12 @@ main > .film {
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
.video {
|
.video {
|
||||||
width: calc(100% / 4 - 16px);
|
width: calc(100% / 4 - 16px);
|
||||||
|
a {
|
||||||
|
color: #000;
|
||||||
|
font-size: 12px;
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
figure {
|
figure {
|
||||||
a {
|
|
||||||
color: #000;
|
|
||||||
font-size: 12px;
|
|
||||||
text-decoration: none;
|
|
||||||
}
|
|
||||||
img {
|
img {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
max-height: 100%;
|
max-height: 100%;
|
||||||
|
|
Loading…
Reference in a new issue