Template:Support Page: Difference between revisions
Jump to navigation
Jump to search
Content deleted Content added
No edit summary |
No edit summary |
||
Line 127: | Line 127: | ||
background: #000; |
background: #000; |
||
color: #fff; |
color: #fff; |
||
font-size: 16px; |
|||
line-height: 2; |
line-height: 2; |
||
} |
} |
||
Line 134: | Line 135: | ||
} |
} |
||
} |
} |
||
.sp-footer-row { |
|||
display: flex; |
|||
flex-wrap: nowrap; |
|||
flex-direction: column; |
|||
} |
|||
.sp-footer-logo-container { |
|||
flex-basis: 32%; |
|||
} |
|||
@media (min-width: 768px) { |
|||
.sp-footer-row { |
|||
flex-direction: row; |
|||
} |
|||
.sp-footer-text { |
|||
width: 57%; |
|||
padding-left: 24px; |
|||
} |
|||
} |
|||
</style> |
</style> |
||
<div class="sp-page"> |
<div class="sp-page"> |