mirror of
https://github.com/wasp-lang/wasp.git
synced 2024-12-18 22:51:40 +03:00
9 lines
145 B
CSS
9 lines
145 B
CSS
.top-navbar {
|
|
width: 100%;
|
|
height: 40px;
|
|
display: flex;
|
|
justify-content: flex-end;
|
|
flex-direction: row;
|
|
padding: 10px;
|
|
}
|