💻🚑 Fix bottom overflow
This commit is contained in:
parent
71f1c4fb41
commit
2f3e58090b
1 changed files with 4 additions and 0 deletions
|
|
@ -55,6 +55,10 @@ dl {
|
|||
.printonly { display: none; }
|
||||
}
|
||||
|
||||
p, dl, ul, ol {
|
||||
&:last-child { margin-bottom: 0; }
|
||||
}
|
||||
|
||||
.hide { display: none; }
|
||||
|
||||
%resume {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue