Skip to content
Snippets Groups Projects
Commit 9aee61d5 authored by Etienne LOUPIAS's avatar Etienne LOUPIAS
Browse files

fix(news): change mobile width

parent c0b2fa62
No related branches found
No related tags found
1 merge request!783V3.0.0
......@@ -14,6 +14,9 @@
row-gap: 12px;
box-sizing: border-box;
height: 100%;
@media #{$phone} {
max-width: 95vw;
}
&:hover {
border-color: $grey-1;
......
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