modif css

This commit is contained in:
2020-01-20 11:51:20 +01:00
parent 7ca69e1549
commit b81be5ec03
178 changed files with 14005 additions and 187 deletions
@@ -27,6 +27,9 @@
html, body{
background: #f9f9f9fe;
&.hidden{
overflow: hidden;
}
}
img.lazy{
display: block;
@@ -34,7 +37,7 @@ img.lazy{
body{
#start{
width: $Wi80;
margin: $marg auto auto $marg;
margin: 1rem auto auto 1rem;
#text_figli{
p {
a{
@@ -148,12 +151,12 @@ body{
}
#item{
width: calc( 80vw - ( #{$marg} * 6) );
padding: 2rem;
padding: 2rem 2rem 0.5rem 2rem;
margin-top: $marg;
border-radius: 5px;
position: relative;
.content-title{
margin: 0 auto 0 auto;
margin: 1rem auto 3rem auto;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
@@ -163,7 +166,7 @@ body{
}
}
.e-content{
margin: 1rem auto 2rem auto;
// margin: 1rem auto 2rem auto;
p{
font-size: 1rem;
line-height: 1.2rem;
@@ -238,12 +241,22 @@ body{
}
}
}
&.figureslibres, &.logiciels-libres{
display: block;
width: 70%;
min-width: 500px;
margin: 1rem 0;
p{
font-size: 1rem;
line-height: 1.5rem;
}
}
}
#top{
cursor: pointer;
position: absolute;
bottom: 0;
right: -1.5rem;
position: relative;
width: 100%;
text-align: center;
}
}
}