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

github.com/vjeantet/hugo-theme-docport.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvjeantet <valere.jeantet@gmail.com>2020-08-26 00:01:53 +0300
committervjeantet <valere.jeantet@gmail.com>2020-08-26 00:01:53 +0300
commit552b6e64d212abf2680b801776b2d1972d37947e (patch)
treef24c298fbd325cdd4736393c791f4c77db63e7ed /assets/sass
parentd67e69cfefe30dd2fff87f57ef1f45f7248beecf (diff)
fix iphone layout
Diffstat (limited to 'assets/sass')
-rw-r--r--assets/sass/layout.scss6
1 files changed, 4 insertions, 2 deletions
diff --git a/assets/sass/layout.scss b/assets/sass/layout.scss
index 016a32c..623cd5d 100644
--- a/assets/sass/layout.scss
+++ b/assets/sass/layout.scss
@@ -200,6 +200,7 @@ body {
}
article {
padding-left: 0px ;
+ padding-right: 0px;
aside{
margin-right: 0px;
}
@@ -217,7 +218,7 @@ body {
}
}
-@media(max-width:600px) {
+@media(max-width:769px) {
body{
header{
div.burger{
@@ -225,7 +226,8 @@ body {
}
}
article {
- padding: 0px 0px;
+ padding-left: 0px;
+ padding-right: 0px;
aside{
display: none;
flex: 0 0 100%;