ajust nav et font
This commit is contained in:
@@ -1,4 +0,0 @@
|
||||
.home{
|
||||
header{
|
||||
}
|
||||
}
|
||||
|
||||
@@ -17,13 +17,14 @@
|
||||
z-index: 1000;
|
||||
position: fixed;
|
||||
top: 10px;
|
||||
right: 0;
|
||||
right: 10px;
|
||||
}
|
||||
.list-projets{
|
||||
height: 100%;
|
||||
overflow: auto;
|
||||
margin: 1rem auto auto 1rem;
|
||||
.title-menu{
|
||||
padding-left: 0.5rem;
|
||||
// padding-left: 0.5rem;
|
||||
&::after{
|
||||
content: " ";
|
||||
width: 0;
|
||||
@@ -40,7 +41,7 @@
|
||||
opacity: 0;
|
||||
position: relative;
|
||||
overflow: auto;
|
||||
padding: 1rem 2rem 2rem 0.5rem;
|
||||
padding: 1rem 2rem 2rem 0rem;
|
||||
margin-top: 20px;
|
||||
&::after{
|
||||
content: " ";
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
left: 50%;
|
||||
transform: translate(-50%, 50%);
|
||||
z-index: 999;
|
||||
margin-left: 0;
|
||||
margin-left: 0;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -271,13 +271,13 @@ body{
|
||||
.hamburger{
|
||||
padding: 0.8rem;
|
||||
.hamburger-box{
|
||||
width: 18px;
|
||||
width: 25px;
|
||||
height: 12px;
|
||||
.hamburger-inner{
|
||||
height: 2px;
|
||||
width: 18px;
|
||||
width: 25px;
|
||||
&::before{
|
||||
width: 15px;
|
||||
width: 25px;
|
||||
height: inherit;
|
||||
top: 5px;
|
||||
}
|
||||
|
||||
@@ -84,6 +84,16 @@ a, button{
|
||||
}
|
||||
}
|
||||
&.figureslibres{
|
||||
h3{
|
||||
margin: 0;
|
||||
font-weight: bold;
|
||||
font-size: 1rem;
|
||||
line-height: 1.5rem;
|
||||
font-family: $rammetto;
|
||||
&::after{
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
p{
|
||||
strong{
|
||||
margin-top: 10px;
|
||||
@@ -96,15 +106,17 @@ a, button{
|
||||
}
|
||||
}
|
||||
&.logiciels-libres{
|
||||
h3{
|
||||
margin: 0;
|
||||
font-weight: bold;
|
||||
font-size: 1.2rem;
|
||||
line-height: 1.5rem;
|
||||
&::after{
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
p{
|
||||
margin-top: 10px;
|
||||
strong{
|
||||
display: block;
|
||||
font-weight: bold;
|
||||
&::after{
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
&.figureslibres{
|
||||
@@ -176,7 +188,7 @@ a.culturelle, span.culturelle{
|
||||
|
||||
.sidebar-right{
|
||||
h2{
|
||||
margin: .5rem 0rem 0rem 0rem;
|
||||
margin:0rem;
|
||||
}
|
||||
ul > span{
|
||||
font-size: 0.8rem;
|
||||
|
||||
Reference in New Issue
Block a user