15 lines
No EOL
241 B
CSS
15 lines
No EOL
241 B
CSS
#navbar_component {
|
|
align-items: center;
|
|
display: flex;
|
|
height: 5rem;
|
|
padding: 0 5rem;
|
|
position: fixed;
|
|
top: 0;
|
|
width: 100%;
|
|
background-color: #f5a122;
|
|
z-index:2;
|
|
}
|
|
|
|
#navbar_padding{
|
|
padding: 2.5rem;
|
|
} |