1
0
mirror of https://gitlab.com/redline-racing-division/redline-racing-website.git synced 2025-07-27 08:31:28 +00:00

site looks better on smaller screens now

This commit is contained in:
2020-07-22 19:42:27 -07:00
parent 840f0470dc
commit 8665f38765
2 changed files with 18 additions and 7 deletions

View File

@@ -16,3 +16,15 @@ body {
margin: 0;
padding: 0;
}
header div img {
max-height: 50vh;
margin-bottom: 5vh;
}
@media (max-width: 992px) {
.p-5 {
padding: 3rem;
padding-bottom: 1rem;
}
}