Tweak styling
This commit is contained in:
parent
6dea57778e
commit
3c03aeaabc
1 changed files with 9 additions and 1 deletions
|
@ -43,10 +43,18 @@ details h2 {
|
||||||
|
|
||||||
.other-links {
|
.other-links {
|
||||||
display: block;
|
display: block;
|
||||||
text-align: center;
|
|
||||||
margin: auto;
|
margin: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.other-links ul {
|
||||||
|
list-style: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.other-links li {
|
||||||
|
float: left;
|
||||||
|
margin-right: 1.5em;
|
||||||
|
}
|
||||||
|
|
||||||
.trip-meta {
|
.trip-meta {
|
||||||
display: block;
|
display: block;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
Loading…
Reference in a new issue