6 lines
69 B
CSS
6 lines
69 B
CSS
|
|
li {
|
||
|
|
max-height: 3rem;
|
||
|
|
min-height: 3rem;
|
||
|
|
align-content: center;
|
||
|
|
}
|