uprava index.htmml a css stylů

This commit is contained in:
archos
2024-08-02 17:07:15 +02:00
parent f091c89729
commit 1ba9de4b48
7 changed files with 113 additions and 85 deletions

View File

@ -313,3 +313,63 @@ sup {
sub {
bottom: -0.25em;
}
html, body {
height: 100%;
margin: 0;
padding: 0;
}
body {
display: flex;
flex-direction: column;
justify-content: space-between;
}
.main-content {
flex: 1;
}
.site-footer p {
text-align: center;
margin: 0;
}
.site-footer p {
text-align: center;
margin: 0;
}
.project-description {
margin: 1rem auto;
max-width: 80%;
font-size: 1.1rem;
line-height: 1.5;
color: #606c71;
}
.project-tagline {
max-width: 60%;
margin: 0 auto;
text-align: center;
font-weight: normal;
opacity: 0.7;
font-family: "Montserrat", sans-serif;
}
@media screen and (min-width: 64em) {
.project-tagline {
font-size: 1.25rem;
}
}
@media screen and (min-width: 42em) and (max-width: 64em) {
.project-tagline {
font-size: 1.15rem;
}
}
@media screen and (max-width: 42em) {
.project-tagline {
font-size: 1rem;
}
}
.spacer {
height: 90px; /* Zde určíte výšku mezery */
}