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
-5
View File
@@ -73,7 +73,6 @@ ul { list-style-position: inside; }
display: flex;
flex-direction:column;
justify-content:flex-end;
align-items: bottom;
background-image: url(../img/ele/navbar.png);
height: 86px;
width: 800px;
@@ -83,7 +82,6 @@ ul { list-style-position: inside; }
display: flex;
flex-direction:column;
justify-content:flex-end;
align-items: bottom;
padding-bottom: 3px;
}
.nav-game {
@@ -91,7 +89,6 @@ ul { list-style-position: inside; }
display: flex;
flex-direction:column;
justify-content:flex-end;
align-items: bottom;
padding-bottom: 3px;
}
.nav-diary {
@@ -99,7 +96,6 @@ ul { list-style-position: inside; }
display: flex;
flex-direction:column;
justify-content:flex-end;
align-items: bottom;
padding-bottom: 3px;
}
.nav-presskit {
@@ -107,7 +103,6 @@ ul { list-style-position: inside; }
display: flex;
flex-direction:column;
justify-content:flex-end;
align-items: bottom;
padding-bottom: 3px;
}