Files
Codrin Pavel fbbe0e5ceb Print fixes
2019-12-01 00:59:35 +02:00

24 lines
266 B
SCSS

@media print {
@page {
margin: 0;
}
body {
padding: 0;
}
header,
[type="checkbox"] {
display: none;
}
.war .team__details {
margin-left: 0;
color: black;
font-weight: 400;
}
.war .team.is--hover {
outline: 0;
}
}