aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAdam <adam.moloney.stuck@gmail.com>2022-04-23 21:06:29 +0200
committerAdam <adam.moloney.stuck@gmail.com>2022-04-23 21:06:29 +0200
commit3753f344c75af77aeaa8491b22a8ca890cb471d8 (patch)
tree03ddd65294cda9e6932699b795fed273291877eb /src
parent0ed4646ee7f469352762771d5e04d931c27ce5ad (diff)
Better css margins, adamski.wtf -> adast.xyz
Diffstat (limited to 'src')
-rw-r--r--src/_footer.html4
-rw-r--r--src/_header.html2
-rw-r--r--src/styles/style.css5
3 files changed, 6 insertions, 5 deletions
diff --git a/src/_footer.html b/src/_footer.html
index 8e0463b..5fcef8b 100644
--- a/src/_footer.html
+++ b/src/_footer.html
@@ -1,2 +1,2 @@
-<p class="footer"><a href="/">adamski.wtf</a></p>
-</html> \ No newline at end of file
+<p class="footer"><a href="/">adast.xyz</a></p>
+</html>
diff --git a/src/_header.html b/src/_header.html
index fe44db9..4308285 100644
--- a/src/_header.html
+++ b/src/_header.html
@@ -7,4 +7,4 @@
<link rel="icon" type="image/png" href="favicon.png">
<link rel="stylesheet" href="styles/style.css">
-<p class="header"><a href="/">adamski.wtf</a></p> \ No newline at end of file
+<p class="header"><a href="/">adast.xyz</a></p>
diff --git a/src/styles/style.css b/src/styles/style.css
index 557c0ca..762c7c2 100644
--- a/src/styles/style.css
+++ b/src/styles/style.css
@@ -8,7 +8,7 @@ body {
font: 1.0em/1.5 'Open Sans', sans-serif;
-webkit-text-size-adjust: 100%;
scrollbar-color: #454a4d #202324;
- margin-top: 0;
+ margin: 0em 1em;
}
@@ -70,6 +70,7 @@ blockquote {
}
.footer {
margin-top: 2em;
+ margin-bottom: 4em;
}
.note {
margin: 0;
@@ -88,4 +89,4 @@ blockquote {
border-color: #fda;
padding: 0.5em 1em;
text-decoration: none;
-} */ \ No newline at end of file
+} */