aboutsummaryrefslogtreecommitdiff
path: root/_scss/_navbar.scss
diff options
context:
space:
mode:
authorValentin Popov <valentin@popov.link>2024-09-05 00:16:37 +0300
committerValentin Popov <valentin@popov.link>2024-09-05 00:16:37 +0300
commit7eff3fde5720eb23449e2f8c8ea0b8218efe4dde (patch)
treefbaedd693902c1a6d56a005b28b189ef76fe23f4 /_scss/_navbar.scss
parentecf9a15e77509d344ab4ee02ae0dbf8a116021f1 (diff)
downloadpopov.link-7eff3fde5720eb23449e2f8c8ea0b8218efe4dde.tar.xz
popov.link-7eff3fde5720eb23449e2f8c8ea0b8218efe4dde.zip
Initial Astro project
Diffstat (limited to '_scss/_navbar.scss')
-rw-r--r--_scss/_navbar.scss41
1 files changed, 0 insertions, 41 deletions
diff --git a/_scss/_navbar.scss b/_scss/_navbar.scss
deleted file mode 100644
index ad36e97..0000000
--- a/_scss/_navbar.scss
+++ /dev/null
@@ -1,41 +0,0 @@
-header {
- background-color: $color-bg;
- border-bottom: 1px solid $color-header;
- box-shadow: 0 5px 5px $color-bg;
- left: 0;
- line-height: 3.5em;
- opacity: .975;
- position: fixed;
- right: 0;
- top: 0;
-}
-
-nav {
- margin: auto;
- max-width: 60em;
- padding: 0 4em;
- text-align: right;
-
- a {
- color: $color-text;
- padding: 0 1em;
-
- &:visited {
- color: $color-text;
- }
- }
-}
-
-@media (width <=684px) {
- header {
- box-shadow: none;
- }
-
- nav {
- padding: 0 2em;
-
- span {
- display: none;
- }
- }
-} \ No newline at end of file