adding .small-pa0 and .tiny-pa0

This commit is contained in:
Raphael Goetter 2014-05-03 11:27:01 +02:00
parent 7956f3f0bc
commit 35202bd1bd

View File

@ -105,6 +105,7 @@
}
/* margins for small screens */
.small-ma0 { margin: 0 !important; }
.small-pa0 {padding: 0 !important; }
}
@media (max-width: @tiny-screen) {
@ -176,4 +177,5 @@
}
/* margins for tiny screens */
.tiny-ma0 { margin: 0 !important; }
.tiny-pa0 {padding: 0 !important; }
}