wiki css - add padding to page to handle wrap between 768 and 993 px wide

This commit is contained in:
Carsten Haitzler 2015-04-08 11:30:14 +09:00
parent a61a1c913a
commit 1504820cb4
1 changed files with 6 additions and 0 deletions

View File

@ -90,6 +90,12 @@ h1, h2, h3, h4, h5, h6,
}
}
@media (min-width: 768px) and (max-width: 993px) {
.page {
padding: 60px 0;
}
}
.text-right {
text-align: right;
}