Skip to content
Snippets Groups Projects
Commit fda8a176 authored by julientaq's avatar julientaq
Browse files

fix margins in sponsors

parent df52e008
No related branches found
No related tags found
1 merge request!13Logo master
...@@ -667,11 +667,16 @@ footer section.infos a:hover { ...@@ -667,11 +667,16 @@ footer section.infos a:hover {
.sponsors { .sponsors {
list-style-type: none; list-style-type: none;
display: grid; display: grid;
grid-template-columns: repeat(4, minmax(1px, 1fr)); grid-template-columns: repeat(5, minmax(1px, 1fr));
} }
.sponsors li { .sponsors li {
padding: 2em; padding: 2em;
align-content:center;
justify-content: center;
align-content: center;
align-items: center;
display: flex;
} }
.sponsors li img { .sponsors li img {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment