Fixed size issues

This commit is contained in:
Josef Citrine 2016-05-20 00:18:27 +01:00
parent d8410f5a20
commit a441e209c2
3 changed files with 3 additions and 3 deletions

View file

@ -257,6 +257,7 @@ html .dropdown-menu {
width: 24px;
text-align: center;
padding: 3px 3px;
font-size: 10pt;
}
> .dont-close + a {

View file

@ -17,7 +17,6 @@
*/
@import 'base/bootstrap/bootstrap';
@import 'base/bootstrap/responsive';
@import 'base/font-awesome/font-awesome';
@import 'variables';
@import 'mixins';

View file

@ -43,12 +43,12 @@
display: block;
margin-left: auto;
margin-right: auto;
height: 40px;
height: 50px;
width: 160px;
padding-top: 16px;
> img {
max-height: 75%;
max-height: 90%;
}
}
}