🧀🌗 Checkpoint

./style.css:18108127/674
This commit is contained in:
Glitch (hello-webpage) 2020-07-29 23:18:43 +00:00
parent 08f40f7d81
commit 4fb615e1e2

View file

@ -9,6 +9,7 @@ body {
display: flex;
justify-content: center;
flex-direction: column;
overflow-x: hidden;
}
h2 {
@ -252,7 +253,7 @@ strong {
@media (max-width: 980px) {
body {
padding: 0;
padding: 0 90px;
}
.cards-row {
@ -262,5 +263,10 @@ strong {
.score-container {
margin-left: 0;
margin-top: 2rem;
width: 100%;
}
.left-card, .score-container {
min-width: 360px;
}
}