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-y: auto;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.badge-notification {
|
||||||
|
vertical-align: text-bottom;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.menu-links.columned {
|
.menu-links.columned {
|
||||||
|
@ -191,7 +195,7 @@
|
||||||
.d-icon {
|
.d-icon {
|
||||||
float: left;
|
float: left;
|
||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
padding-top: 2px;
|
padding-top: 0.2em;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.is-warning {
|
.is-warning {
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
.d-header {
|
.d-header {
|
||||||
left: 0;
|
left: 0;
|
||||||
height: 4.2858em;
|
height: 4em;
|
||||||
margin-bottom: 15px;
|
margin-bottom: 15px;
|
||||||
#site-logo {
|
#site-logo {
|
||||||
height: 2.57em;
|
height: 2.57em;
|
||||||
|
|
Loading…
Reference in New Issue