Line 180: | Line 180: | ||
} | } | ||
.myimg { | .myimg { | ||
− | width: | + | width: 200px; |
float: left; | float: left; | ||
height: 30px; | height: 30px; | ||
Line 364: | Line 364: | ||
width: 100%; | width: 100%; | ||
height: 100%; | height: 100%; | ||
− | padding: | + | padding: 200px 0; |
text-align: center; | text-align: center; | ||
color: #E8DBD7; | color: #E8DBD7; | ||
Line 470: | Line 470: | ||
} | } | ||
.content-section { | .content-section { | ||
− | padding-top: | + | padding-top: 200px; |
− | padding-bottom: | + | padding-bottom: 200px; |
height: auto; | height: auto; | ||
min-height: 100% !important; | min-height: 100% !important; | ||
Line 479: | Line 479: | ||
width: 100%; | width: 100%; | ||
height: 200px; | height: 200px; | ||
− | margin-top: | + | margin-top: 200px; |
} | } | ||
@media (min-width: 767px) { | @media (min-width: 767px) { | ||
.content-section { | .content-section { | ||
height: auto; | height: auto; | ||
− | padding-top: | + | padding-top: 200px; |
− | padding-bottom: | + | padding-bottom: 200px; |
min-height: 100% !mportant; | min-height: 100% !mportant; | ||
} | } |
Revision as of 11:09, 19 August 2017
<!DOCTYPE html>