Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/hivickylai/hugo-theme-sam.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorVictoria Drake <hello@victoria.dev>2020-05-23 23:16:06 +0300
committerVictoria Drake <hello@victoria.dev>2020-05-23 23:16:06 +0300
commit0df9b1d1108fb1471a678beed41a95b077cbbfea (patch)
tree14083840e69c6495fa9c2aaf0df8c6dda852d81a /assets
parent7d597ddcf08fdf3abc503a89e43c15f05d7cdc66 (diff)
Fix padding on mobile
Close #80
Diffstat (limited to 'assets')
-rwxr-xr-xassets/sass/style.sass4
1 files changed, 2 insertions, 2 deletions
diff --git a/assets/sass/style.sass b/assets/sass/style.sass
index 46127aa..fe0cac0 100755
--- a/assets/sass/style.sass
+++ b/assets/sass/style.sass
@@ -28,7 +28,7 @@ body
header
padding: 6em 1em 1em 0
@media screen and (max-width: 736px)
- padding: 3em 1em
+ padding: 3em 0
h1,h2,h3
margin-bottom: 0.5em
@@ -77,7 +77,7 @@ nav
width: 45%
max-width: 64em
@media screen and (max-width: 736px)
- width: 100%
+ width: 90%
.tag-container
display: flex