From 1bfaa7213ba53b1477085587a30675bb99a27c3e Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Sat, 4 Jan 2020 14:33:16 +0530 Subject: Publish deploy 2020-01-04 14:33 --- styles.css | 28 +++++++++++++++++++++------- 1 file changed, 21 insertions(+), 7 deletions(-) (limited to 'styles.css') diff --git a/styles.css b/styles.css index 0422af4..7d131ff 100644 --- a/styles.css +++ b/styles.css @@ -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; } -- cgit v1.2.3