Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/funkydan2/alpha-church.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorDaniel Saunders <danielsaunders@Mac-mini.gateway>2018-05-12 02:34:01 +0300
committerDaniel Saunders <danielsaunders@Mac-mini.gateway>2018-05-12 02:34:01 +0300
commit4919951ec7d1fab2af02f65e5c70004ceef0ffa1 (patch)
treedd75cdd5fe4290e1458bc4830d7bf230df75dc64 /static
parent640ff3156928cd79545839c4adf87200ec149285 (diff)
Map CSS!
Diffstat (limited to 'static')
-rw-r--r--static/css/main.css9
-rw-r--r--static/sass/main.scss9
2 files changed, 10 insertions, 8 deletions
diff --git a/static/css/main.css b/static/css/main.css
index 535db65..1251700 100644
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -1966,10 +1966,6 @@ input[type="radio"] + label:before {
text-align: center;
}
-.box.map {
- padding: 15% 15% 3em;
-}
-
.box .image.featured {
border-radius: 0;
display: block;
@@ -2467,6 +2463,11 @@ audio {
white-space: nowrap;
}
+/* Map*/
+#map {
+ padding: 12em 3em;
+}
+
/* Header */
#page-wrapper {
padding-top: 3em;
diff --git a/static/sass/main.scss b/static/sass/main.scss
index da9cd5a..c309137 100644
--- a/static/sass/main.scss
+++ b/static/sass/main.scss
@@ -519,10 +519,6 @@ $box-padding: 3em;
text-align: center;
}
- &.map {
- padding: 15% 15% $box-padding;
- }
-
.image {
&.featured {
border-radius: 0;
@@ -988,6 +984,11 @@ audio {
white-space: nowrap;
}
+/* Map*/
+#map {
+ padding: ($box-padding * 4) $box-padding;
+ }
+
/* Header */
#page-wrapper {