1
0
mirror of https://github.com/cydrobolt/polr.git synced 2024-11-09 19:52:28 +01:00
polr/public/css/stats.css

26 lines
287 B
CSS
Raw Permalink Normal View History

.stats-header h3 {
text-align: center;
}
2016-12-28 06:44:06 +01:00
.bottom-padding {
margin-bottom: 3em;
}
#mapChart {
width: 100%;
height: 32em;
}
2016-12-28 15:52:35 +01:00
.ng-root {
margin-bottom: 4em;
}
2016-12-28 21:21:04 +01:00
h4 {
display: inline-block;
}
2017-04-16 22:25:16 +02:00
.link-meta {
word-wrap: break-word;
overflow-wrap: break-word;
}