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

github.com/amzrk2/hugo-theme-fuji.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'assets/scss/_global.scss')
-rw-r--r--assets/scss/_global.scss28
1 files changed, 14 insertions, 14 deletions
diff --git a/assets/scss/_global.scss b/assets/scss/_global.scss
index 6fd62bd..484ed16 100644
--- a/assets/scss/_global.scss
+++ b/assets/scss/_global.scss
@@ -1,34 +1,34 @@
* {
- box-sizing: border-box;
+ box-sizing: border-box;
}
// sticky footer
html {
- height: 100%;
- scroll-behavior: smooth;
+ height: 100%;
+ scroll-behavior: smooth;
}
body {
- display: flex;
- flex-direction: column;
- height: 100%;
- scroll-behavior: smooth;
+ display: flex;
+ flex-direction: column;
+ height: 100%;
+ scroll-behavior: smooth;
}
main {
- flex: 1 1 auto;
+ flex: 1 1 auto;
}
.container-lg {
- display: flex;
- flex-direction: row;
+ display: flex;
+ flex-direction: row;
- @media screen and (max-width: $width-md) {
- flex-direction: column;
- }
+ @media screen and (max-width: $width-md) {
+ flex-direction: column;
+ }
}
// remove text decoration
a:hover {
- text-decoration: none !important;
+ text-decoration: none !important;
}