moread and yest

This commit is contained in:
arlemp@selectel.ru
2021-11-11 23:15:08 +03:00
parent 6ecfa0549a
commit 00e5dd181a
6 changed files with 9 additions and 6 deletions

View File

@@ -1072,7 +1072,7 @@ a{
.moread{
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
grid-gap: 2rem;
margin-top: 8px;
margin-bottom: 28px;
@@ -1162,7 +1162,7 @@ a{
margin-top: 8px;
margin-bottom: 28px;
padding: 8px;
width: 100%;
}
.yet_card{