Adding about us page styling and images

This commit is contained in:
Moris Zen
2018-08-23 22:00:23 +02:00
parent 96b6375740
commit 29b668b2e1
11 changed files with 152 additions and 97 deletions

View File

@@ -8,27 +8,17 @@
}
.bg-saburly-lighter {
background: rgba(235, 235, 234, 0.4);
background: RGBA(248, 248, 248, 1);
}
.bg-saburly-light {
background: linear-gradient(
90deg,
rgba(235, 235, 234, 0.4) 0%,
rgba(235, 235, 234, 0.4) 49%,
rgba(235, 235, 234, 0.4) 100%
);
background: #f8f8f8;
}
.bg-saburly-light-header {
background: #393990;
@media (min-width: 992px) {
background: linear-gradient(
90deg,
rgba(235, 235, 234, 0.4) 0%,
rgba(235, 235, 234, 0.4) 49%,
rgba(235, 235, 234, 0.4) 100%
);
background: RGBA(248, 248, 248, 1);
}
}
@@ -37,7 +27,7 @@
background: linear-gradient(
180deg,
rgba(255, 255, 255, 1) 0%,
rgba(235, 235, 234, 0.4) 100%
rgba(248, 248, 248, 1) 100%
);
}