add interviews post_type

This commit is contained in:
kevin
2021-04-19 13:10:04 +02:00
parent 7707f7f2c2
commit e7e5c22bb9
22 changed files with 1107 additions and 404 deletions
@@ -1,19 +1,19 @@
#block-popsu-colloque-submenu{
#block-popsu-colloque-submenu {
margin: 1rem auto;
ul{
ul {
display: flex;
flex-wrap: wrap;
padding: 0;
margin: 0;
li{
margin: 0 -1rem;
li {
padding: 1rem;
width: 100%;
text-align: center;
@media screen and (min-width: 576px) {
width: auto!important;
width: auto !important;
}
&:first-child{
margin-right: 1rem;
}
a{
a {
display: block;
padding: 0.5rem 1rem;
border: 1px solid $color2;
@@ -21,14 +21,14 @@
background: white;
transition: color 0.3s ease, background 0.3s ease;
font-size: 2rem;
font-family: 'dukefill';
font-family: "dukefill";
letter-spacing: 0.05rem;
text-transform: uppercase;
@media screen and (min-width: 768px) {
// padding: 1rem 1rem;
font-size: 2.5rem;
}
&:hover{
&:hover {
text-decoration: none;
color: white;
background: $color2;