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, 0 insertions, 23 deletions
diff --git a/assets/sass/_print.scss b/assets/sass/_print.scss
deleted file mode 100644
index 52b7a15..0000000
--- a/assets/sass/_print.scss
+++ /dev/null
@@ -1,23 +0,0 @@
-/* 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