12 lines
140 B
Stylus
12 lines
140 B
Stylus
|
.footer {
|
||
|
.info-container {
|
||
|
font-size: 12px;
|
||
|
padding-bottom 10px
|
||
|
text-align center
|
||
|
}
|
||
|
|
||
|
.info-item {
|
||
|
margin 1px 0
|
||
|
}
|
||
|
|
||
|
}
|