detail css

This commit is contained in:
2020-07-20 20:21:08 +02:00
parent edd9e6e68a
commit e60eb9787e
26 changed files with 533 additions and 127 deletions
@@ -7,9 +7,9 @@ header{
}
main:not(.home){
margin-top: 0rem;
padding-top: 0rem;
@media screen and (min-width: 768px) {
margin-top: 5rem!important;
padding-top: 5rem!important;
}
}
@@ -59,12 +59,8 @@ article{
.__head{
div{
& > div{
margin-right: 0.5rem;
// padding: 0 0.5rem;
}
& > div:not(:first-child){
margin-left: 0.5rem;
}
}
}
}
@@ -113,3 +109,14 @@ blockquote{
}
}
}
// page moment
.container{
.__ressources{
section{
.row{
padding: 0rem 0rem 2rem 0rem;
}
}
}
}