mirror of
https://github.com/a-mayb3/KanbanCloneAngular.git
synced 2026-03-21 18:05:38 +01:00
15 lines
No EOL
198 B
CSS
15 lines
No EOL
198 B
CSS
nav .navbar {
|
|
width: 100%;
|
|
height: max-content;
|
|
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
|
|
padding: 1.5rem;
|
|
|
|
}
|
|
|
|
span .navbar-title {
|
|
display: block;
|
|
} |