summaryrefslogtreecommitdiff
path: root/neuarriero.css
diff options
context:
space:
mode:
Diffstat (limited to 'neuarriero.css')
-rw-r--r--neuarriero.css31
1 files changed, 22 insertions, 9 deletions
diff --git a/neuarriero.css b/neuarriero.css
index 41db436..4726319 100644
--- a/neuarriero.css
+++ b/neuarriero.css
@@ -8,7 +8,7 @@ body {
margin: 0;
font-family:Verdana, Geneva, Tahoma, sans-serif;
font-weight: bold;
-
+
}
header {
@@ -22,17 +22,24 @@ header {
header img {
object-fit: cover;
margin-right: 1rem;
- height: 12rex;
+ height: 8rex;
+ align-items: center;
}
nav {
- margin-top: 1rex;
- background-color: white;
- justify-content: flex-end;
- flex-wrap: wrap;
+ display: flex;
+ flex-direction: row;
+ align-items: center;
+ font-size: 80%;
}
+
nav a {
- margin-top: 0;
- padding: 0 1rem;
+ margin: 0 2rex;
+ display: flex;
+ flex-direction: row;
+ align-items: center;
+}
+nav img {
+ margin-right: 0.5rex;
}
header h1 {
margin: 0;
@@ -44,5 +51,11 @@ header h1 a {
text-decoration: none;
}
hr {
- color: white;
+ padding: 0;
+ margin: 0;
+ border-color: white;
+}
+
+main {
+ padding-left: 1%;
}