make sites at least the hight of the screen
Some checks failed
Build and Push Docker Container / build-and-push (push) Has been cancelled
Some checks failed
Build and Push Docker Container / build-and-push (push) Has been cancelled
This commit is contained in:
@@ -26,6 +26,11 @@ body {
|
||||
main {
|
||||
max-width: 800px ;
|
||||
margin: auto ;
|
||||
min-height: calc(100vh - 16rem);
|
||||
}
|
||||
|
||||
header .main {
|
||||
font-size: 1.5rem;
|
||||
}
|
||||
|
||||
hr {
|
||||
@@ -48,19 +53,15 @@ header {
|
||||
line-height: 2.5em;
|
||||
}
|
||||
|
||||
header .main {
|
||||
font-size: 1.5rem;
|
||||
}
|
||||
|
||||
|
||||
/* --- footer --- */
|
||||
|
||||
footer {
|
||||
font-family: 'Roboto Mono', monospace;
|
||||
border-top: 0.2rem dotted var(--bordercl);
|
||||
padding: 2rem 0rem;
|
||||
margin-top: 10rem;
|
||||
margin-top: 5rem;
|
||||
text-align: center;
|
||||
min-height: 5rem;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user