mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-15 00:04:37 -04:00
12 lines
123 B
CSS
12 lines
123 B
CSS
|
a { color: green; }
|
||
|
|
||
|
#mapid.small {
|
||
|
width: 100%;
|
||
|
height: 400px;
|
||
|
}
|
||
|
|
||
|
|
||
|
.card-header span.small {
|
||
|
font-size: 70%;
|
||
|
}
|