summaryrefslogtreecommitdiff
path: root/styles.css
diff options
context:
space:
mode:
authorNavan Chauhan <navanchauhan@gmail.com>2020-01-04 14:33:16 +0530
committerNavan Chauhan <navanchauhan@gmail.com>2020-01-04 14:33:16 +0530
commit1bfaa7213ba53b1477085587a30675bb99a27c3e (patch)
tree41ee6097b3e4365682038f8f4dcce3ae1a7f2be8 /styles.css
parent392c72531bd586a6d0ee25cf742496a60b695b6d (diff)
Publish deploy 2020-01-04 14:33
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;
}