Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/mertbakir/resume-a4.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'assets/sass/_print.scss')
-rw-r--r--assets/sass/_print.scss23
1 files changed, 23 insertions, 0 deletions
diff --git a/assets/sass/_print.scss b/assets/sass/_print.scss
new file mode 100644
index 0000000..52b7a15
--- /dev/null
+++ b/assets/sass/_print.scss
@@ -0,0 +1,23 @@
+/* Print */
+
+@media print{
+ @page {
+ size: A4;
+ margin:0;
+ }
+ html, body {
+ width: 210mm;
+ height: 297mm;
+ background: #FFF;
+ overflow: hidden;
+ margin: 0; padding:0;
+ }
+
+ .resumeCanvas {
+ margin: 0;
+ width: 100%; height: 100%;
+ -moz-box-shadow: none;
+ -webkit-box-shadow: none;
+ box-shadow: none;
+ }
+} \ No newline at end of file