Big progress on personal cv from pdf to html
This commit is contained in:
parent
88a86fe2b0
commit
23ade8d085
9 changed files with 220 additions and 71 deletions
|
@ -31,3 +31,14 @@ code {
|
|||
padding: 0 .5rem;
|
||||
background-color: #333333;
|
||||
}
|
||||
|
||||
/* Print-specific styles */
|
||||
@media print {
|
||||
.hide-on-print {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.hidden {
|
||||
display: none;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue