Template:Support Page: Difference between revisions
Jump to navigation
Jump to search
Content deleted Content added
No edit summary |
No edit summary |
||
Line 237: | Line 237: | ||
background: #f6f6f6; |
background: #f6f6f6; |
||
box-shadow: 0 1px 0 0 rgba(204, 204, 204, 0.5); |
box-shadow: 0 1px 0 0 rgba(204, 204, 204, 0.5); |
||
padding-bottom: 1 |
padding-bottom: 1.5rem; /*24px @16px*/ |
||
margin-bottom: |
margin-bottom: 2rem; /*32px @16px*/ |
||
} |
} |
||
@media (min-width: 768px) { |
@media (min-width: 768px) { |
||
.sp-header { |
.sp-header { |
||
padding-bottom: |
padding-bottom: 2rem; /*32px @16px*/ |
||
margin-bottom: 2.5rem; /*40px @16px*/ |
margin-bottom: 2.5rem; /*40px @16px*/ |
||
} |
} |
||
Line 251: | Line 251: | ||
text-align: center; |
text-align: center; |
||
padding-top: 2rem; |
padding-top: 2rem; |
||
padding-bottom: |
padding-bottom: 3rem; |
||
} |
} |
||
@media all and (min-width: 768px) { |
@media all and (min-width: 768px) { |
||
Line 266: | Line 266: | ||
text-align: left; |
text-align: left; |
||
padding-top: 3rem; |
padding-top: 3rem; |
||
padding-bottom: |
padding-bottom: 4rem; |
||
} |
} |
||
} |
} |