This website works better with JavaScript
Home
Explore
Help
Register
Sign In
hmt
/
2015
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
238da8a23e
Branches
Tags
master
2015
/
views
/
print_a3.scss
print_a3.scss
99 B
History
Raw
1
2
3
4
5
6
7
8
9
10
.page
{
width
:
420mm
;
height
:
296mm
;
}
@media
print {
@page
{
size: A3 landscape;
}
}