aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authoradam <56338480+adastx@users.noreply.github.com>2022-08-27 22:26:16 +0200
committeradam <56338480+adastx@users.noreply.github.com>2022-08-27 22:44:32 +0200
commitff7942bc6f3833d07b2875a864ac68c0a7cc4d38 (patch)
tree73cb3689a5241921e87002019bf0015210e69925 /src
parent26df1877ad46f9af6eed7e6b09cad06633a9fb81 (diff)
Deleted footer flexbox, minor CSS
Diffstat (limited to 'src')
-rw-r--r--src/_footer.html2
-rw-r--r--src/_header.html9
-rw-r--r--src/styles/style.css9
3 files changed, 7 insertions, 13 deletions
diff --git a/src/_footer.html b/src/_footer.html
index 25534df..ca3390b 100644
--- a/src/_footer.html
+++ b/src/_footer.html
@@ -1,5 +1,3 @@
- </div class="center">
- </div>
<footer>
<a href="/" class="homepage-link">adast.xyz</a>
&nbsp;&mdash;&nbsp;
diff --git a/src/_header.html b/src/_header.html
index ec38958..8a23615 100644
--- a/src/_header.html
+++ b/src/_header.html
@@ -9,9 +9,6 @@
<link rel="stylesheet" href="styles/style.css">
</head>
<body>
- <div style="min-height:100vh; display:flex; flex-direction:column; justify-content:space-between;">
- <div>
- <header>
- <a href="/" class="homepage-link">adast.xyz</a>
- </header>
- <div class="center">
+ <header>
+ <a href="/" class="homepage-link">adast.xyz</a>
+ </header>
diff --git a/src/styles/style.css b/src/styles/style.css
index 547f640..848f946 100644
--- a/src/styles/style.css
+++ b/src/styles/style.css
@@ -10,15 +10,14 @@ body {
header {
margin-top: 1em;
font-size: 2em;
+ color: #888;
}
footer {
- margin-top: 2em;
- margin-bottom: 1em;
+ margin-top: 3em;
+ margin-bottom: 1.5em;
text-align: center;
-}
-
-header, footer {
+ font-size: 0.95em;
color: #888;
}