Adds max-width to the logo a tag (#1183)

This commit is contained in:
Ana Costa 2021-08-05 01:01:36 +01:00 committed by GitHub
parent 8a02619428
commit 9a50ff9015
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -217,6 +217,7 @@ html
display: inline-block
padding: ($base-line-height / 6) ($base-line-height / 4)
margin-bottom: $gutter / 2
max-width: 100%
+font-smooth
&:hover
background: rgba(255, 255, 255, 0.1)