Fix height on home to make firefox and chrome look the same

master
Felix Oesterle 5 years ago
parent 9cb35ae761
commit b6f781d563

File diff suppressed because one or more lines are too long

@ -375,7 +375,7 @@ img {
.centered { .centered {
display: flex; display: flex;
height: 100%; height: 250px;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
.about { .about {

File diff suppressed because one or more lines are too long

@ -375,7 +375,7 @@ img {
.centered { .centered {
display: flex; display: flex;
height: 100%; height: 250px;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
.about { .about {