add padding for boxes just at the size of the minimum page box size so that there is a little space at the bottom
parent
ee96ecda72
commit
8c592aed6c
|
@ -236,7 +236,8 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
.entry {
|
.entry {
|
||||||
|
padding: 3px;
|
||||||
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.entry ul {
|
.entry ul {
|
||||||
|
@ -271,4 +272,4 @@ body {
|
||||||
float: right;
|
float: right;
|
||||||
font-size: 90%;
|
font-size: 90%;
|
||||||
padding-top: 10px;
|
padding-top: 10px;
|
||||||
}
|
}
|
||||||
|
|
Reference in New Issue