summaryrefslogtreecommitdiff
path: root/styles.css
diff options
context:
space:
mode:
Diffstat (limited to 'styles.css')
-rw-r--r--styles.css28
1 files changed, 21 insertions, 7 deletions
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;
}