Move responseive

This commit is contained in:
2020-08-02 23:02:56 +02:00
parent 96882aef12
commit 09d1ab522b
4 changed files with 39 additions and 38 deletions

View File

@@ -1,7 +1,7 @@
.LP-LinkList__List{
list-style-type: none;
display: grid;
grid-template-columns: repeat(auto-fit, 300px);
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
margin: 0;
padding: 0;