diff options
Diffstat (limited to 'public/css')
-rw-r--r-- | public/css/style.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/public/css/style.css b/public/css/style.css index 368de8b..60d2b85 100644 --- a/public/css/style.css +++ b/public/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; } |