2018-11-27 21:24:13 +08:00

23 lines
275 B
Plaintext

.col,
.col-with-text {
text-align: center;
height: 60px;
float: none;
display: inline-block;
vertical-align: middle;
}
.col-with-text {
height: 100px;
}
.icon {
display: block;
margin: 15px 0;
color: rgba(69, 90, 100, .8);
}
.text {
font-size: 14px;
}