CV/css/print.css

27 lines
618 B
CSS
Raw Permalink Normal View History

2024-09-24 21:46:40 +02:00
@media print {
body {
background-color: #fff; }
.container {
width: auto;
max-width: 100%;
padding: 0; }
.cover, .cover-bg {
border-radius: 0; }
.cover.shadow-lg {
box-shadow: none !important; }
.cover-bg {
padding: 5rem !important;
padding-bottom: 10px !important; }
.avatar {
margin-top: -10px; }
.about-section {
padding: 6.5rem 5rem 2rem !important; }
.skills-section,
.work-experience-section,
.education-section,
.contant-section {
padding: 1.5rem 5rem 2rem !important; }
.page-break {
padding-top: 5rem;
page-break-before: always; } }