Styling, adding headroom library and design tweaks

This commit is contained in:
Moris Zen
2018-08-23 20:39:03 +02:00
parent 5cefa3e8d0
commit 96b6375740
7 changed files with 120 additions and 145 deletions

View File

@@ -21,7 +21,7 @@
}
.bg-saburly-light-header {
background: #7444cf;
background: #393990;
@media (min-width: 992px) {
background: linear-gradient(
90deg,
@@ -113,6 +113,6 @@
.bg-saburly-light-header {
@media (max-width: 991px) {
box-shadow: 0 4px 2px -2px #000000;
box-shadow: 0 4px 2px -2px #777777;
}
}