Skip to content

Commit 0f7f1f4

Browse files
committed
fixes
1 parent a1bbe88 commit 0f7f1f4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

assets/css/main.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/css/main.sass

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ footer
396396
float: left
397397
@media (max-width: 728px)
398398
word-wrap: break-word
399-
max-width: 220px
399+
width: calc(100% - 56px)!important
400400
&:before
401401
content: ''
402402
position: absolute

0 commit comments

Comments
 (0)