aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorla-ninpre <leobrekalini@gmail.com>2020-07-30 22:30:23 +0300
committerla-ninpre <leobrekalini@gmail.com>2020-08-14 17:02:14 +0300
commit9ac7559fbecc615d5459ea0c83982ad4dae992dd (patch)
tree8f66d36312e4b45aad9ae21db4c9bf67bba4a8ba
parent8d50910cddf72fa3e2ea019786fd9f323b7d4e9c (diff)
downloadaaoth.xyz-9ac7559fbecc615d5459ea0c83982ad4dae992dd.tar.gz
aaoth.xyz-9ac7559fbecc615d5459ea0c83982ad4dae992dd.zip
add margin to temporary webpage
:)
-rw-r--r--index.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/index.html b/index.html
index 764c4ec..b6be0b7 100644
--- a/index.html
+++ b/index.html
@@ -21,6 +21,9 @@ body {
h1 {
border-bottom: 1px solid white;
}
+p {
+ margin: 30px 0;
+}
</style>
<title>aaoth.xyz</title>
</head>