Browse Source

Fix padding of title in mobile view

pull/859/head
Thomas Pohl 2 years ago
parent
commit
c69b3e0110
  1. 2
      src/web/html/style.css

2
src/web/html/style.css

@ -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…
Cancel
Save