Make bottom bar smaller in narrow window

This commit is contained in:
Kitaiti Makoto 2022-01-03 02:49:45 +09:00
parent 3daf405ae2
commit 0755436458

View file

@ -577,9 +577,8 @@ figure {
}
.bottom-bar {
flex-direction: column;
align-items: center;
& > div {
& > div:nth-child(2) {
margin: 0;
}
}