mirror of
https://github.com/lumapu/ahoy.git
synced 2025-05-02 11:45:54 +02:00
Fix padding of title in mobile view
This commit is contained in:
parent
bf1e77e33e
commit
c69b3e0110
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ svg.icon {
|
|||
.title {
|
||||
background-color: var(--primary);
|
||||
color: #fff !important;
|
||||
padding-left: 80px !important
|
||||
padding: 15px 14px 16px 80px !important
|
||||
}
|
||||
|
||||
.topnav .icon span {
|
||||
|
|
Loading…
Add table
Reference in a new issue