mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-05 18:52:38 +00:00
Fix indent and vertical spacing
This commit is contained in:
@@ -385,13 +385,14 @@ body {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
.pageNumber{
|
.pageNumber{
|
||||||
position : absolute;
|
position : absolute;
|
||||||
right : 2px;
|
right : 2px;
|
||||||
bottom : 22px;
|
bottom : 22px;
|
||||||
width : 50px;
|
width : 50px;
|
||||||
font-size : 0.9em;
|
font-size : 0.9em;
|
||||||
color : #c9ad6a;
|
color : #c9ad6a;
|
||||||
text-align : center;
|
text-align : center;
|
||||||
|
text-indent : 0;
|
||||||
&.auto::after {
|
&.auto::after {
|
||||||
content : counter(phb-page-numbers);
|
content : counter(phb-page-numbers);
|
||||||
}
|
}
|
||||||
@@ -605,6 +606,7 @@ body {
|
|||||||
.inline-block {
|
.inline-block {
|
||||||
display : inline-block;
|
display : inline-block;
|
||||||
text-indent : initial;
|
text-indent : initial;
|
||||||
|
line-height : 1.3em;
|
||||||
}
|
}
|
||||||
div {
|
div {
|
||||||
column-gap : 0.5cm; //Default spacing if a div uses multicolumns
|
column-gap : 0.5cm; //Default spacing if a div uses multicolumns
|
||||||
|
|||||||
Reference in New Issue
Block a user