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:
Diffstat (limited to 'styles/partials/_header.scss')
-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 {