Skip to content

Commit

Permalink
Merge pull request #91 from amaury-hanser/fix/maintenance-logo
Browse files Browse the repository at this point in the history
Fix: Adds rule to avoid overflowing logo in maintenance mode
  • Loading branch information
kpodemski authored Dec 21, 2022
2 parents 1372c51 + b06e092 commit e11e49a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions _dev/css/error.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
.logo {
margin: 0 0 31px;
text-align: center;

img {
max-width: 100%;
}
}

h1 {
Expand Down

0 comments on commit e11e49a

Please sign in to comment.