mirror of
https://github.com/lumapu/ahoy.git
synced 2025-05-29 00:36:11 +02:00
Merge branch 'ThomasPohl-bugfix/fix-title-padding' into development03
This commit is contained in:
commit
b15dab6533
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ svg.icon {
|
||||||
.title {
|
.title {
|
||||||
background-color: var(--primary);
|
background-color: var(--primary);
|
||||||
color: #fff !important;
|
color: #fff !important;
|
||||||
padding-left: 80px !important
|
padding: 15px 14px 16px 80px !important
|
||||||
}
|
}
|
||||||
|
|
||||||
.topnav .icon span {
|
.topnav .icon span {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue