13 lines
152 B
CSS
13 lines
152 B
CSS
* {
|
|
/*padding: 0;*/
|
|
/*margin: 0;*/
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
body {
|
|
font-family: Ubuntu;
|
|
}
|
|
|
|
.template {
|
|
display: none !important;
|
|
} |