wasp/examples/thoughts/ext/TopNavbar.css

9 lines
145 B
CSS

.top-navbar {
width: 100%;
height: 40px;
display: flex;
justify-content: flex-end;
flex-direction: row;
padding: 10px;
}