responsive sizes class

This commit is contained in:
Jesus Herman
2015-12-04 17:16:39 +01:00
parent e4011aec1e
commit f62158f7c8

View File

@@ -367,3 +367,15 @@ a.language-selected {
.toolbox-reset .modal.fade.in {
top: 10%;
display: inherit !important; }
#MD {
width: 992px; }
#SM {
width: 768px; }
#XS {
width: 480px; }
#LG {
width: 100%; }