Minor size/alignment fixes for font size increase
This commit is contained in:
parent
675bf94133
commit
b9355f316a
|
@ -52,6 +52,10 @@
|
|||
overflow-y: auto;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
.badge-notification {
|
||||
vertical-align: text-bottom;
|
||||
}
|
||||
}
|
||||
|
||||
.menu-links.columned {
|
||||
|
@ -191,7 +195,7 @@
|
|||
.d-icon {
|
||||
float: left;
|
||||
margin-right: 5px;
|
||||
padding-top: 2px;
|
||||
padding-top: 0.2em;
|
||||
}
|
||||
}
|
||||
.is-warning {
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
.d-header {
|
||||
left: 0;
|
||||
height: 4.2858em;
|
||||
height: 4em;
|
||||
margin-bottom: 15px;
|
||||
#site-logo {
|
||||
height: 2.57em;
|
||||
|
|
Loading…
Reference in New Issue