|
@@ -1,3 +1,6 @@
|
|
|
|
|
+* {
|
|
|
|
|
+ overflow: visible !important;
|
|
|
|
|
+}
|
|
|
body {
|
|
body {
|
|
|
margin: 0;
|
|
margin: 0;
|
|
|
font-family: 'Raleway', sans-serif;
|
|
font-family: 'Raleway', sans-serif;
|
|
@@ -139,3 +142,16 @@ h6.skill-class {
|
|
|
margin-top: 10px;
|
|
margin-top: 10px;
|
|
|
margin-bottom: 5px;
|
|
margin-bottom: 5px;
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
|
|
+@media print {
|
|
|
|
|
+ .new-page {
|
|
|
|
|
+ page-break-before: always;
|
|
|
|
|
+ page-break-after: always;
|
|
|
|
|
+ page-break-inside: always;
|
|
|
|
|
+ }
|
|
|
|
|
+ .experience-wrapper {
|
|
|
|
|
+ page-break-before: avoid;
|
|
|
|
|
+ page-break-after: avoid;
|
|
|
|
|
+ page-break-inside: avoid;
|
|
|
|
|
+ }
|
|
|
|
|
+}
|