Merge "Reduce padding to remove extraneous whitespace"
This commit is contained in:
commit
90938f240e
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,2 +1,4 @@
|
||||
html
|
||||
www/media
|
||||
.sass-cache/
|
||||
www/assets/css/main.css.map
|
||||
|
@ -1910,7 +1910,7 @@ input[type="button"],
|
||||
|
||||
/* Wrapper */
|
||||
.wrapper {
|
||||
padding: 5em 0 3em 0; }
|
||||
padding: 2em 0 1em 0; }
|
||||
.wrapper.style1 {
|
||||
background: #fff; }
|
||||
.wrapper.style2 {
|
||||
@ -2332,3 +2332,5 @@ input[type="button"],
|
||||
#footer {
|
||||
padding: 2em 20px;
|
||||
text-align: left; } }
|
||||
|
||||
/*# sourceMappingURL=main.css.map */
|
||||
|
@ -759,7 +759,7 @@
|
||||
/* Wrapper */
|
||||
|
||||
.wrapper {
|
||||
padding: 5em 0 3em 0;
|
||||
padding: 2em 0 1em 0;
|
||||
|
||||
&.style1 {
|
||||
background: #fff;
|
||||
|
@ -115,7 +115,7 @@
|
||||
<!-- Video -->
|
||||
<section class="wrapper style1">
|
||||
<div class="container">
|
||||
<div class="row 200%">
|
||||
<div class="row">
|
||||
<section class="3u 12u(narrower)">
|
||||
<div class="box highlight">
|
||||
</div>
|
||||
@ -143,7 +143,7 @@
|
||||
<!-- Brochure -->
|
||||
<section class="wrapper style1">
|
||||
<div class="container">
|
||||
<div class="row 200%">
|
||||
<div class="row">
|
||||
<section class="3u 12u(narrower)">
|
||||
<div class="box highlight">
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user