Merge pull request #6548 from hallaathrad/change/about-page
Change space in population table
This commit is contained in:
@@ -770,8 +770,27 @@ iframe.iphone {
|
||||
}
|
||||
|
||||
.population-table {
|
||||
font-size:30px;
|
||||
width:460px;
|
||||
margin:0 auto;
|
||||
padding:0;
|
||||
h2 {
|
||||
margin:0;
|
||||
text-align: left;
|
||||
}
|
||||
.tag {
|
||||
width:165px;
|
||||
display:inline-block;
|
||||
}
|
||||
.text-primary {
|
||||
margin-right:5px;
|
||||
}
|
||||
@media (max-width: 767px) {
|
||||
font-size: 16px;
|
||||
width: 260px;
|
||||
.tag {
|
||||
width:95px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user