mirror of
https://github.com/Steffo99/steffoweb.git
synced 2024-11-21 23:54:30 +00:00
5 lines
97 B
CSS
5 lines
97 B
CSS
|
.Account {
|
||
|
white-space: nowrap;
|
||
|
width: 50%;
|
||
|
flex-basis: calc(50% - 8px) !important;
|
||
|
}
|