13 lines
161 B
CSS
13 lines
161 B
CSS
.langSelect {
|
|
grid-area: 8 / 1 / 9 / 4;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
gap: 1rem;
|
|
}
|
|
|
|
.eng,
|
|
.ger {
|
|
font-size: 1.5rem;
|
|
}
|