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

github.com/josephhutch/aether.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorJoseph Hutchinson <hutch7995@gmail.com>2018-05-02 00:17:21 +0300
committerJoseph Hutchinson <hutch7995@gmail.com>2018-05-02 00:17:21 +0300
commit3cab2650a7b77ad53ca0272db5892db0b7d9bca6 (patch)
treebb20f76c8d5ad6f03395deaab059e30226792e18 /static
parentecef4c9abf3dfdb743f194112a900fecc46ee9a7 (diff)
Add space to nav bar
Diffstat (limited to 'static')
-rw-r--r--static/css/style.css9
1 files changed, 5 insertions, 4 deletions
diff --git a/static/css/style.css b/static/css/style.css
index 51dd894..f4e9219 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -18,12 +18,12 @@ p {
b,
strong {
font-family: 'LatoLatinWebHeavy';
- font-weight: normal
+ font-weight: normal;
}
.nav-bar {
max-width: 48rem;
width: 100%;
- padding: 0.7em 0;
+ padding: 0.8em 0;
display: flex;
justify-content: space-between;
align-items: center;
@@ -66,7 +66,7 @@ strong {
background-color 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}
.hamburger-menu span:first-of-type {
- margin-bottom: 5px;
+ margin-bottom: 5px;
}
.hamburger-menu input:checked ~ span {
background-color: white;
@@ -88,7 +88,7 @@ strong {
visibility: hidden;
overflow-y: auto;
margin: 0;
- padding: 3em 0 0 0;
+ padding: 3.5em 0 0 0;
background-color: #000;
opacity: 0;
transition: visibility 0.3s ease-out, opacity 0.3s ease-out;
@@ -373,6 +373,7 @@ footer {
}
.card {
border-radius: 0.2rem;
+ /* margin: 2.5em 0; */
}
.blog-card {
flex-direction: row;