Fixing padding for misaligned small logo URL
This commit is contained in:
parent
60a3641cc5
commit
0331b1720a
|
@ -13,6 +13,8 @@
|
||||||
z-index: 1000;
|
z-index: 1000;
|
||||||
box-shadow: 0 1px 5px rgba(70, 70, 70, .4);
|
box-shadow: 0 1px 5px rgba(70, 70, 70, .4);
|
||||||
background-color: $white;
|
background-color: $white;
|
||||||
|
padding-right: 3px;
|
||||||
|
padding-top: 3px;
|
||||||
.docked & {
|
.docked & {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
}
|
}
|
||||||
|
@ -34,6 +36,8 @@
|
||||||
.fa-home {
|
.fa-home {
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
line-height: 40px;
|
line-height: 40px;
|
||||||
|
padding-right: 3px;
|
||||||
|
padding-top: 3px;
|
||||||
}
|
}
|
||||||
.panel {
|
.panel {
|
||||||
float: right;
|
float: right;
|
||||||
|
|
Loading…
Reference in New Issue