align items center in buttons
This commit is contained in:
parent
764f2246b3
commit
b904d6e6ef
1 changed files with 2 additions and 0 deletions
|
@ -89,6 +89,8 @@ h1 {margin-top: 3vh;}
|
||||||
margin-right: 0.25cm;
|
margin-right: 0.25cm;
|
||||||
margin-bottom: 0.25cm;
|
margin-bottom: 0.25cm;
|
||||||
transition-duration: 0.2s;
|
transition-duration: 0.2s;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.gtk-button-pill {
|
.gtk-button-pill {
|
||||||
|
|
Loading…
Reference in a new issue