diff options
Diffstat (limited to 'styles.css')
-rw-r--r-- | styles.css | 28 |
1 files changed, 21 insertions, 7 deletions
@@ -1,8 +1,9 @@ -/** -* Publish Foundation theme -* Copyright (c) John Sundell 2019 -* MIT license, see LICENSE file for details -*/ +// +// File.swift +// +// +// Created by Navan Chauhan on 04/01/20. +// * { margin: 0; @@ -29,9 +30,22 @@ header { background-color: #eee; } +/* +.header-background { + background-image: url(images/logo.png); + background-size: 100% 100%; + background-repeat: no-repeat; + background-size: cover; + background-position: center; + height: 200px; +} +*/ header .wrapper { - padding-top: 30px; - padding-bottom: 30px; + padding: 0; + margin: 0; + max-width: none; + /* padding-top: 30px; + padding-bottom: 30px; */ text-align: center; } |