You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
109 B
CSS
10 lines
109 B
CSS
7 years ago
|
.h-box {
|
||
|
padding-left: 1em;
|
||
|
padding-right: 1em;
|
||
7 years ago
|
}
|
||
7 years ago
|
|
||
|
.v-box {
|
||
|
padding-top: 1em;
|
||
|
padding-bottom: 1em;
|
||
7 years ago
|
}
|