Update style.css

This commit is contained in:
Namhyeon Go 2020-07-21 19:04:10 +09:00
parent 3ade0933ae
commit d92df06766

View File

@ -58,6 +58,11 @@ input, textarea {
font-family: "맑은 고딕", "Malgun Gothic", "Segoe UI", Calibri, Arial, Sans-Serif;
}
#app {
width: 100%;
height: 100%;
}
.compatible-css3 {
behavior: url(app/assets/htc/PIE.htc);
}