Skip to content

Commit d325623

Browse files
committed
more header fix
1 parent 303a8b8 commit d325623

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Frontend/src/app/header/header.component.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ a {
2323
}
2424

2525
.btn-header-round {
26-
--btn-size: calc(var(--height) - 10px) !important;
26+
--btn-size: calc(var(--height) * 7 / 10) !important;
2727
}
2828

2929
#ipaf{
@@ -60,6 +60,6 @@ a {
6060

6161
@media only screen and (max-width: 600px) {
6262
#header{
63-
--height: 35px;
63+
--height: 40px;
6464
}
6565
}

0 commit comments

Comments
 (0)