Browse Source

Rectified layout bugs and tweaked mobile layout for gallery title heading

full-screen-logo-homepage
Said Achmiz 5 years ago
parent
commit
d815743769
1 changed files with 10 additions and 0 deletions
  1. 10
    0
      assets/css/main.css

+ 10
- 0
assets/css/main.css View File

margin: -7.5rem 0 2.75rem calc(-1 * var(--deus-post-padding)); margin: -7.5rem 0 2.75rem calc(-1 * var(--deus-post-padding));
font-size: 3em; font-size: 3em;
} }
main.gallery-layout article h1::after {
content: none;
}
@media only screen and (max-width: 960px) {
main.gallery-layout article h1 {
margin: -7.25rem 0 3rem calc(-1 * var(--deus-post-padding));
margin-left: 0;
margin-right: 0;
}
}


.gallery img { .gallery img {
display: block; display: block;

Loading…
Cancel
Save