summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css9
1 files changed, 7 insertions, 2 deletions
diff --git a/style.css b/style.css
index be7f968..b41476d 100644
--- a/style.css
+++ b/style.css
@@ -12,6 +12,7 @@ img[align="left"] {
width: 7em;
height: 7em;
display: block;
+ margin-right: 30px;
}
body {
@@ -25,8 +26,12 @@ header, article, footer {
width: min(800px, 100vw - 2em);
}
+header h1 {
+ margin-left: 150px;
+ margin-bottom: 0px;
+}
nav {
- margin: 1em 1em 1em 9em;
+ margin: 1em 1em 1em 150px;
background-color: var(--bg2);
padding: 1em;
border: 0px solid transparent;
@@ -47,7 +52,7 @@ nav a {
background-repeat: no-repeat;
transition: background-size 0.15s linear;
font-style: normal;
- font-weight: bolder;
+ font-weight: bold;
}
nav a:hover {
color: #dfe5f3;