diff options
Diffstat (limited to 'sass/front-page/bottom-text.sass')
-rw-r--r-- | sass/front-page/bottom-text.sass | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/sass/front-page/bottom-text.sass b/sass/front-page/bottom-text.sass new file mode 100644 index 0000000..e8aee16 --- /dev/null +++ b/sass/front-page/bottom-text.sass @@ -0,0 +1,19 @@ +@import settings.sass
+
+section.bottom-text
+ div.bottom-text__inner
+ padding: 138px 0 182px
+ max-width: 657px
+ margin-left: auto
+ margin-right: auto
+ +resp(lg)
+ padding: 138px 250px 182px
+ +resp(md)
+ padding: 90px 50px 126px
+ +resp(sm)
+ padding: 56px 50px 64px
+ +resp(esm)
+ padding: 56px 20px 64px
+ h2.bottom-text__title
+ text-align: center
+ padding-bottom: 25px
\ No newline at end of file |