diff options
author | Jasper Van der Jeugt | 2020-08-05 16:59:00 +0200 |
---|---|---|
committer | Jasper Van der Jeugt | 2020-08-05 16:59:00 +0200 |
commit | cd474b375d59a36f94108fa308fd598edd26183e (patch) | |
tree | a2fac480250681ace632953e86fca691be2a7f93 /client | |
parent | b90901b2c2597a72ff6fe2de92d72db51455e577 (diff) |
Style fix
Diffstat (limited to 'client')
-rw-r--r-- | client/style.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/client/style.css b/client/style.css index 8f1f293..5a26150 100644 --- a/client/style.css +++ b/client/style.css @@ -22,7 +22,8 @@ h1 { .main { position: absolute; top: 0px; - left: 280px; + left: 286px; + right: 18px; } } |