1
0
mirror of https://github.com/SuperBFG7/ympd synced 2025-10-19 16:17:39 +00:00

responsive buttons

This commit is contained in:
Andrew Karpow
2014-01-19 02:08:56 +01:00
parent 2513d26eec
commit f4a1efdd88
3 changed files with 15 additions and 8 deletions

View File

@@ -43,6 +43,14 @@ body {
border-color: #adadad;
}
@media (max-width: 1199px) {
#btn-responsive-block > .btn {
padding: 6px 12px;
font-size: 14px;
border-radius: 4px;
}
}
#salamisandwich td:nth-child(3), th:nth-child(3) {
text-align: right;
}