show details with a little bit smaller font
This commit is contained in:
parent
c52f64ee6f
commit
359c176ad2
1 changed files with 3 additions and 2 deletions
|
@ -193,15 +193,16 @@ section.details {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
font-size:90%;
|
||||||
}
|
}
|
||||||
#location-details dt {
|
#location-details dt {
|
||||||
width: 39%;
|
width: 39%;
|
||||||
margin: 0 0 1rem;
|
margin: 0 0 0.7rem;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
}
|
}
|
||||||
#location-details dd {
|
#location-details dd {
|
||||||
width: 60%;
|
width: 60%;
|
||||||
margin: 0 0 1rem;
|
margin: 0 0 0.7rem;
|
||||||
padding: 0 0 0 1rem;
|
padding: 0 0 0 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue