일부 미사용 변수 정리
대문 css 정리
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user