removed meaningless align-items: bottom from css sheets

This commit is contained in:
Mimi Momo
2020-09-30 21:34:14 -05:00
parent eb24ab0b0a
commit d967b6d354
5 changed files with 7 additions and 27 deletions
+4 -9
View File
@@ -67,7 +67,6 @@ mark {
display: flex;
flex-direction:column;
justify-content:flex-end;
align-items: bottom;
background-image: url(../img/ele/navbar.png);
height: 86px;
width: 800px;
@@ -77,7 +76,6 @@ mark {
display: flex;
flex-direction:column;
justify-content:flex-end;
align-items: bottom;
padding-bottom: 3px;
}
.nav-game {
@@ -85,23 +83,20 @@ mark {
display: flex;
flex-direction:column;
justify-content:flex-end;
align-items: bottom;
padding-bottom: 3px;
}
.nav-diary {
grid-area: 1 / 4 / 2 / 5;
display: flex;
flex-direction:column;
justify-content:flex-end;
align-items: bottom;
flex-direction: column;
justify-content: flex-end;
padding-bottom: 3px;
}
.nav-presskit {
grid-area: 1 / 5 / 2 / 6;
display: flex;
flex-direction:column;
justify-content:flex-end;
align-items: bottom;
flex-direction: column;
justify-content: flex-end;
padding-bottom: 3px;
}