Add TopMenu component and page specific content
This commit is contained in:
@ -1,11 +1,7 @@
|
||||
main {
|
||||
width: 100vw;
|
||||
flex: 1 1 auto;
|
||||
background: var(--colorBg);
|
||||
}
|
||||
|
||||
#topSection {
|
||||
width: 100%;
|
||||
height: 15vh;
|
||||
background: linear-gradient(90deg, var(--colorVT1), var(--colorVT2));
|
||||
display: flex;
|
||||
flex-flow: column;
|
||||
justify-content: space-evenly;
|
||||
}
|
Reference in New Issue
Block a user