mirror of
https://github.com/PretendoNetwork/website.git
synced 2026-05-03 03:47:40 -05:00
10 lines
162 B
CSS
10 lines
162 B
CSS
.input-container {
|
|
display: flex;
|
|
flex-direction: row;
|
|
}
|
|
.input-container > * {
|
|
flex: 1;
|
|
}
|
|
.input-container > *:first-child {
|
|
margin-right: 3em;
|
|
} |