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