Responsive Main page.

This commit is contained in:
codevictory
2022-01-04 21:55:18 +02:00
parent c134be0e8f
commit dd73ae44db
3 changed files with 43 additions and 0 deletions

View File

@@ -31,4 +31,13 @@
} }
@media screen and (max-width: 600px) { @media screen and (max-width: 600px) {
.DateAndPlace {
h2.large {
font-size: 1.5rem !important;
}
h3.large {
font-size: 1rem !important;
}
}
} }

View File

@@ -11,3 +11,9 @@
margin-bottom: 0; margin-bottom: 0;
} }
} }
@media screen and (max-width: 600px) {
.NavBar {
flex-direction: column;
}
}

View File

@@ -49,6 +49,34 @@
font-size: 1.1rem; font-size: 1.1rem;
text-transform: uppercase; text-transform: uppercase;
margin-bottom: 8px; margin-bottom: 8px;
margin-top: 8px;
letter-spacing: 2px; letter-spacing: 2px;
} }
} }
@media screen and (max-width: 600px) {
.extraText {
max-width: 50%;
font-weight: bold;
}
.Main {
.Main-container {
border-radius: 91px;
padding-right: 2rem;
padding-left: 2rem;
width: 90%;
.Main-title {
line-height: 2rem;
font-size: 4rem;
text-transform: uppercase;
margin-bottom: 0px;
}
.logo-container {
margin-bottom: 3rem;
}
}
}
}