
File name
Commit message
Commit date
File name
Commit message
Commit date
File name
Commit message
Commit date
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: "GmarketSansMedium";
src: url("/client/resources/font/GmarketSansMedium.woff")
format("woff");
}
html {
width: 100%;
height: 100%;
font-size: 10px;
overflow-anchor: none;
}
body {
width: 100%;
height: 100%;
color: #333333;
overflow-anchor: none;
}
ul,
ol,
li {
list-style: none;
}
a {
text-decoration: none;
color: #ffffff;
}
em{font-style: normal;}
#root{height: inherit;}