Add media query display to regular version of resume
This commit is contained in:
parent
7eae5f6539
commit
0bed6548a8
|
@ -12,6 +12,16 @@ body {
|
||||||
font-family: "Raleway";
|
font-family: "Raleway";
|
||||||
line-height: 1.3em;
|
line-height: 1.3em;
|
||||||
font-size: 14px; }
|
font-size: 14px; }
|
||||||
|
@media not print {
|
||||||
|
body {
|
||||||
|
max-width: 215.9mm;
|
||||||
|
max-height: 279.4mm;
|
||||||
|
overflow: hidden;
|
||||||
|
margin-top: 10px;
|
||||||
|
padding-top: 5px;
|
||||||
|
margin-left: auto;
|
||||||
|
margin-right: auto;
|
||||||
|
box-shadow: 0px 0px 5px #dadada; } }
|
||||||
|
|
||||||
header {
|
header {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
|
@ -22,6 +22,17 @@ body {
|
||||||
font-family: $text-font;
|
font-family: $text-font;
|
||||||
line-height: 1.3em;
|
line-height: 1.3em;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
|
|
||||||
|
@media not print {
|
||||||
|
max-width: 215.9mm;
|
||||||
|
max-height: 279.4mm;
|
||||||
|
overflow: hidden;
|
||||||
|
margin-top: 10px;
|
||||||
|
padding-top: 5px;
|
||||||
|
margin-left: auto;
|
||||||
|
margin-right: auto;
|
||||||
|
box-shadow: 0px 0px 5px #dadada;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
header {
|
header {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user