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

github.com/Lednerb/bilberry-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Baiborodine <igor@kiroule.com>2022-03-22 21:33:39 +0300
committerIgor Baiborodine <igor@kiroule.com>2022-03-22 21:33:39 +0300
commitff76fc8c2342eb3dbbf79a9eafef46b98754da41 (patch)
tree794603e875addec88f9aa12facc44d1091e0e678
parent48a785285bb17cd2fc83509eac31ceb4347826ba (diff)
Misc updates in _responsive.scss
-rw-r--r--assets/sass/_responsive.scss27
1 files changed, 18 insertions, 9 deletions
diff --git a/assets/sass/_responsive.scss b/assets/sass/_responsive.scss
index 91905c0..98780fe 100644
--- a/assets/sass/_responsive.scss
+++ b/assets/sass/_responsive.scss
@@ -1,14 +1,12 @@
@media (max-width: $site-width) {
-
nav {
-
&.permanentTopNav {
display: none;
}
.container {
flex-direction: column-reverse;
- padding: 0 1.5em;
+ padding: 1em 2em;
.topnav {
flex-direction: column;
@@ -43,16 +41,28 @@
width: 100%;
.container {
- padding: 0 1em;
+ padding: 0 30px;
+ .titles {
+ font-size: 1.5rem;
+ line-height: 140%;
+ .title {
+ font-size: 3rem;
+ line-height: 160%;
+ }
+ }
}
.toggler {
- right: 1.5em;
+ right: 14px;
&.permanentTopNav {
display: block;
}
}
+
+ .languages {
+ right: 14px;
+ }
}
.bubble {
@@ -74,7 +84,7 @@
}
.main article {
- margin: 0;
+ margin: 14px;
width: 100%;
&:before,
@@ -93,14 +103,13 @@
}
footer .container {
- padding: 4rem 1.5em;
+ padding: 3em 2em 2em 2em;
flex-direction: column;
text-align: center;
div {
width: 100%;
- margin: 0 !important;
- margin-top: 1.5em !important;
+ margin: 0;
}
}