Skip to content
Snippets Groups Projects
Commit 8fa49234 authored by Hugo SUBTIL's avatar Hugo SUBTIL
Browse files

fix(news): issue in responsive, width of post-container is now fixed

parent 9d0be47f
No related branches found
No related tags found
1 merge request!2201.14
......@@ -130,6 +130,7 @@ h2 {
grid-template-columns: repeat(auto-fill, minmax(7%, 1fr));
grid-column-gap: 1%;
grid-row-gap: 40px;
max-width: 1080px;
.col:nth-child(6n + 1) {
@include big-container;
@media #{$news-max} {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment