responsive design done

This commit is contained in:
2021-10-20 21:35:11 -03:00
parent 4765b26389
commit 3ec90bebaf
9 changed files with 154 additions and 12 deletions

View File

@@ -1,4 +1,5 @@
.defeat, .victory {
font-family: Arial, Helvetica, sans-serif;
position: absolute;
left: 0;
top: 0;
@@ -11,7 +12,7 @@
align-items: center;
justify-content: center;
font-size: 80pt;
font-size: 7vw;
background-color: rgba(0, 0, 0, 0.775);
@@ -29,4 +30,13 @@
.victory {
color: rgb(88, 255, 107);
}
@media (max-width: 991.98px) {
.defeat, .victory {
height: 100%;
width: 100%;
}
}