Skip to content
Snippets Groups Projects
Commit ebb2ee7f authored by Sofiane Lasri's avatar Sofiane Lasri
Browse files

fixed uiWindow horizontalContainer

parent 335e733b
No related branches found
No related tags found
No related merge requests found
......@@ -118,14 +118,14 @@
.window .content .horizontalContainer{
display: flex;
flex-direction: row;
flex-wrap: wrap;
/* flex-wrap: wrap; */
justify-content: space-between;
align-items: center;
margin: 0;
}
.window .content .presentationImage {
width: 30%;
width: 80%;
height: 100%;
background-size: cover;
background-position: center;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment