1
0
Fork 0

Tweak padding to increase visual comfort

main
Ambrose Chua 2020-11-10 19:23:22 +08:00
parent 242cdc7852
commit b81f58c5e6
1 changed files with 6 additions and 5 deletions

View File

@ -167,7 +167,7 @@ d-zone:not(:last-of-type):after {
content: '';
display: block;
height: 3px;
height: 1px;
width: 100%;
border-radius: 2px;
@ -185,8 +185,8 @@ d-zoneinfo {
flex: 1 1 0;
display: block;
margin-top: 1rem;
margin-bottom: 1rem;
margin-top: 2rem;
margin-bottom: 2rem;
margin-right: 0.5rem;
}
@ -205,14 +205,15 @@ d-zoneoffset {
}
d-date {
margin-top: 0.25em;
display: block;
}
/* Right container */
d-zonefigure {
display: block;
margin-top: 1rem;
margin-bottom: 1rem;
margin-top: 2rem;
margin-bottom: 2rem;
}
d-time {