mirror of
https://github.com/cydrobolt/polr.git
synced 2024-11-09 19:52:28 +01:00
26 lines
287 B
CSS
26 lines
287 B
CSS
.stats-header h3 {
|
|
text-align: center;
|
|
}
|
|
|
|
.bottom-padding {
|
|
margin-bottom: 3em;
|
|
}
|
|
|
|
#mapChart {
|
|
width: 100%;
|
|
height: 32em;
|
|
}
|
|
|
|
.ng-root {
|
|
margin-bottom: 4em;
|
|
}
|
|
|
|
h4 {
|
|
display: inline-block;
|
|
}
|
|
|
|
.link-meta {
|
|
word-wrap: break-word;
|
|
overflow-wrap: break-word;
|
|
}
|