16 lines
189 B
CSS
16 lines
189 B
CSS
.Nav {
|
|
background: white;
|
|
position: sticky;
|
|
top: 0;
|
|
z-index: 1;
|
|
}
|
|
|
|
.Nav--Container {
|
|
display: flex;
|
|
align-items: center;
|
|
height: 6rem;
|
|
}
|
|
|
|
.Nav .Logo {
|
|
margin-right: 3rem;
|
|
}
|