[O] Vertically center

This commit is contained in:
Hykilpikonna
2019-09-18 21:50:19 -04:00
parent c31dbf0e50
commit 17ef8f4380
+5
View File
@@ -5,6 +5,11 @@
margin: 10px; margin: 10px;
height: 494px; height: 494px;
padding: 0; padding: 0;
// Vertical center
display: flex;
justify-content: center;
flex-direction: column;
} }
.span-gpa-header .span-gpa-header