Highscore page css fixes #40

Merged
Adrianht merged 3 commits from hotfix/highscore-css into master 2020-09-17 10:47:01 +00:00
Showing only changes of commit b31bee8731 - Show all commits

View File

@@ -213,7 +213,8 @@ input[type="text"] {
@include tablet {
display: grid;
grid: auto-flow min-content / .3fr 1fr;
grid-template-columns: .3fr 1fr;
grid-template-rows: auto-flow min-content;
justify-items: center;
width: 80%;
margin: auto;