mirror of
https://gitlab.com/simple-stock-bots/splash-page.git
synced 2025-06-16 07:06:47 +00:00
26 lines
277 B
CSS
26 lines
277 B
CSS
/* body {
|
|
min-height: 50vh;
|
|
margin: auto;
|
|
width: 70%;
|
|
} */
|
|
|
|
header {
|
|
width: 100vh;
|
|
}
|
|
|
|
nav {
|
|
display: flex;
|
|
text-align: right;
|
|
width: 100vh;
|
|
}
|
|
|
|
nav a {
|
|
margin: auto;
|
|
vertical-align: middle;
|
|
justify-self: space-between;
|
|
}
|
|
|
|
main {
|
|
margin: 20vh 5% 20vh 5%;
|
|
}
|