Skip to content
Snippets Groups Projects
Commit c65297fb authored by Iheb Boussida's avatar Iheb Boussida
Browse files

fix: correct horizontal scrolling issue caused by improper element sizing

parent e4465110
No related branches found
No related tags found
1 merge request!2Responsive design
......@@ -12,7 +12,7 @@
flex-direction: column;
justify-content: center;
align-items: center;
width: 100vw;
width: 100%;
background-color: rgba(224,255,255,255);
}
.gallery p {
......
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