12 lines
123 B
CSS
Raw Normal View History

a { color: green; }
#mapid.small {
width: 100%;
height: 400px;
}
.card-header span.small {
font-size: 70%;
}