mirror of
https://gitlab.com/TECHNOFAB/nixtest.git
synced 2025-12-11 17:50:11 +01:00
16 lines
229 B
CSS
16 lines
229 B
CSS
|
|
.md-header__button.md-logo {
|
||
|
|
margin: 0;
|
||
|
|
padding-top: .2rem;
|
||
|
|
padding-bottom: .2rem;
|
||
|
|
}
|
||
|
|
|
||
|
|
[dir="ltr"] .md-header__title {
|
||
|
|
margin-left: 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
.md-header__button.md-logo img,
|
||
|
|
.md-header__button.md-logo svg {
|
||
|
|
height: 2rem;
|
||
|
|
}
|
||
|
|
|