This repository has been archived on 2021-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
internet-dhier-et-daujourd-.../assets/css/sass/app/includes/_main.scss

32 lines
632 B
SCSS

.soft{
display:flex;
flex-flow: row nowrap;
.opensource{
flex-basis: 50%;
div{
display: inline-block;
cursor: pointer;
height: 10%;
margin: 0;
padding: 0;
line-height: 0;
width: 10%;
}
}
.proprio{
flex-basis: 50%;
div{
display: inline-block;
cursor: pointer;
height: 10%;
margin: 0;
padding: 0;
line-height: 0;
width: 10%;
cursor:pointer;
}
}
img{
height:100%;
}
}