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

github.com/huyb1991/hugo-lamp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHuy Nguyen <huyb.1991@gmail.com>2020-07-01 06:42:43 +0300
committerHuy Nguyen <huyb.1991@gmail.com>2020-07-01 06:42:43 +0300
commit5c829f362a13333411416d987d372469be569388 (patch)
tree60be949ffd5d48ca5f158139a4599e5d3223c1e0
parentce7f5e08f40e4c02072cdec7d15c49dfb6ed6789 (diff)
Reduce Header spacing
-rw-r--r--styles/partials/_header.scss14
1 files changed, 0 insertions, 14 deletions
diff --git a/styles/partials/_header.scss b/styles/partials/_header.scss
index f7362a1..d0cd9fc 100644
--- a/styles/partials/_header.scss
+++ b/styles/partials/_header.scss
@@ -1,22 +1,8 @@
.header {
- position: fixed;
- left: 0;
- top: 0;
- bottom: 0;
- width: 20rem;
padding: 1rem;
box-sizing: border-box;
text-align: center;
background-color: $sidebar-background;
-
- @media screen and (max-width: $tablet) {
- width: 100%;
- position: relative;
- }
-
- @media (min-width: $tablet) and (max-width: $desktop) {
- width: 15rem;
- }
}
.logo {