일부 미사용 변수 정리

대문 css 정리
This commit is contained in:
2018-03-22 02:40:32 +09:00
parent 683138457f
commit e9672c98ef
6 changed files with 26 additions and 54 deletions
+8
View File
@@ -65,3 +65,11 @@ input::-webkit-input-placeholder {
.terms{
max-height: 200px; overflow: auto;
}
.vertical-center {
min-height: 100%; /* Fallback for browsers do NOT support vh unit */
min-height: 100vh; /* These two lines are counted as one :-) */
display: flex;
align-items: center;
}