aboutsummaryrefslogtreecommitdiff
path: root/client/style.css
diff options
context:
space:
mode:
authorJasper Van der Jeugt2020-08-10 15:33:21 +0200
committerJasper Van der Jeugt2020-08-10 15:33:21 +0200
commit35453c590cae70e917bbafa61389044cb8ee7373 (patch)
treeb7c9769ef107c0a2ab95b1577cb78eed5f3efee9 /client/style.css
parentc4938ecf7e6b988bdfeaea56e367c5fbfc9dd858 (diff)
Include version info
Diffstat (limited to 'client/style.css')
-rw-r--r--client/style.css11
1 files changed, 7 insertions, 4 deletions
diff --git a/client/style.css b/client/style.css
index ff25dd5..90e6a03 100644
--- a/client/style.css
+++ b/client/style.css
@@ -32,10 +32,8 @@ h1::after {
}
.main {
- position: absolute;
- top: 0px;
- left: 286px;
- right: 18px;
+ margin-left: 286px;
+ margin-right: 18px;
}
}
@@ -119,3 +117,8 @@ button, input {
.authors {
margin-top: 6px;
}
+
+footer {
+ font-size: 12px;
+ margin: 60px auto 60px auto;
+}