diff options
author | Rasmus Luha <rasmus.luha@gmail.com> | 2022-11-05 16:55:28 +0200 |
---|---|---|
committer | Rasmus Luha <rasmus.luha@gmail.com> | 2022-11-05 16:55:28 +0200 |
commit | d5bdcf0daaf1fe371f3fb7b7407d8846567e266b (patch) | |
tree | 90076a10b014d41fe910e2d3ef1f7284a017eec8 /static/css/style.css | |
parent | 142254a3b2ce64fcc7062ae099273670bd8525ac (diff) |
git page working and cleanup
Diffstat (limited to 'static/css/style.css')
-rw-r--r-- | static/css/style.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/static/css/style.css b/static/css/style.css index 368de8b..60d2b85 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -38,13 +38,14 @@ nav a { footer{ text-align: center; + font-size: 0.9rem; } /* Header */ .headerImage { margin-top: 25px; position: relative; - background: url(/img/bg.jpg) no-repeat center; + background: url(/img/bg4.jpg) no-repeat center; background-size: cover; height: 250px; } |