epq-web/src/Topbar/Topbar.css
Zhongheng Liu 4117c11c35
CSS styling overhaul
FIXED Issue with rendering time - minutes now in fixed 2-digit format
ADD Sidebar Topbar components to help with UI/UX
ADD Avatar and Menu PNG files for style
TODO Improve styling
ET AL removed redundant code
2024-01-31 21:07:45 +02:00

10 lines
No EOL
162 B
CSS

.topbar {
width: 100vw;
height: 10%;
z-index: 5;
display: flex;
justify-content: baseline;
}
.topbar-span .children {
margin-left: 10px;
}