summaryrefslogtreecommitdiff
path: root/src/components/home/ContentSection.sass
diff options
context:
space:
mode:
authorGeorgios Andreadis <g.andreadis@student.tudelft.nl>2017-08-27 17:42:50 +0200
committerGeorgios Andreadis <g.andreadis@student.tudelft.nl>2017-09-23 10:05:45 +0200
commit2c42e9488771070d8efec5d91835cd8c7885f4b1 (patch)
tree63efba6438169ba4f74940cbdba72ad5d2396773 /src/components/home/ContentSection.sass
parentd22fa82e50d8ac540584659225c1c113d939251b (diff)
Restyle navbar and use across entire site
Diffstat (limited to 'src/components/home/ContentSection.sass')
-rw-r--r--src/components/home/ContentSection.sass27
1 files changed, 27 insertions, 0 deletions
diff --git a/src/components/home/ContentSection.sass b/src/components/home/ContentSection.sass
new file mode 100644
index 00000000..c84f26db
--- /dev/null
+++ b/src/components/home/ContentSection.sass
@@ -0,0 +1,27 @@
+@import ../../style-globals/_variables.sass
+
+.content-section
+ padding-top: 50px
+ padding-bottom: 150px
+ text-align: center
+
+@media screen and (min-width: $screen-sm) and (max-width: $screen-md)
+ .content-section h1
+ font-size: 2em
+ margin-bottom: 40px
+
+ .content-section h3
+ font-size: 1.5em
+
+@media screen and (min-width: $screen-md) and (max-width: $screen-lg)
+ .content-section h1
+ font-size: 3em
+ margin-bottom: 40px
+
+ .content-section h3
+ font-size: 1.8em
+
+@media screen and (min-width: $screen-lg)
+ .content-section h1
+ font-size: 3em
+ margin-bottom: 40px