Skip to content

Commit

Permalink
fixed style (#3030)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tinie13 authored Sep 6, 2024
1 parent 8fc633e commit 4feca95
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions layouts/partials/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
padding-bottom: 36px;
display: inline-block;
margin-bottom: 40px;
@media only screen and (min-width: 768px) {
@media only screen and (min-width: 1100px) {
display: flex;
height: 289px;
width: 85.125rem;
Expand Down Expand Up @@ -125,7 +125,7 @@
display: flex;
margin-left: 0px;
margin-top: 20px;
@media only screen and (min-width: 768px) {
@media only screen and (min-width: 1100px) {
margin-left: 154px;
margin-top: 0px;
}
Expand Down
2 changes: 1 addition & 1 deletion layouts/shortcodes/blocks/cover.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
margin-top: 64px;

@media only screen and (min-width: 768px) {
height: calc(100vh - 64px);
min-height: calc(100vh - 64px);
}

.container-fluid {
Expand Down

0 comments on commit 4feca95

Please sign in to comment.