🎨🖼 Checkpoint

./style.css:18108127/310
This commit is contained in:
Glitch (hello-webpage) 2020-07-29 23:06:51 +00:00
parent 97815634e4
commit 08f40f7d81

View file

@ -248,4 +248,19 @@ strong {
max-height: 73%;
overflow-y: auto;
}
}
@media (max-width: 980px) {
body {
padding: 0;
}
.cards-row {
flex-direction: column;
}
.score-container {
margin-left: 0;
margin-top: 2rem;
}
}