Print fixes

This commit is contained in:
Codrin Pavel
2019-12-01 00:59:35 +02:00
parent 9c21655ac4
commit fbbe0e5ceb
11 changed files with 46 additions and 38 deletions

View File

@@ -44,4 +44,8 @@ h3 {
margin: 40px 0 10px;
font-size: 16px;
font-weight: 600;
}
.align-right {
text-align: right;
}

View File

@@ -17,4 +17,8 @@
color: black;
font-weight: 400;
}
.war .team.is--hover {
outline: 0;
}
}