height thumbnails page programùme
This commit is contained in:
@@ -39,7 +39,7 @@
|
||||
margin: 4rem auto;
|
||||
a{
|
||||
padding: 0.7rem 2rem;
|
||||
background: $color2;
|
||||
background: $color2024;
|
||||
color: white!important;
|
||||
font-family:'Marianneregular';
|
||||
text-transform: uppercase;
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
// thumbnails global
|
||||
section {
|
||||
article.thumbnails.programme {
|
||||
border: 1px solid $lightgrey;
|
||||
// border: 1px solid $lightgrey;
|
||||
overflow: hidden;
|
||||
&:hover{
|
||||
border: none;
|
||||
@@ -48,6 +48,8 @@ section {
|
||||
width: 100%;
|
||||
height: auto;
|
||||
background: white;
|
||||
border: 1px solid $lightgrey;
|
||||
|
||||
margin: calc(#{$gutter}) 0;
|
||||
@media screen and (min-width: 768px) {
|
||||
margin: calc(#{$gutter});
|
||||
@@ -170,6 +172,8 @@ section {
|
||||
.container {
|
||||
&.programme {
|
||||
.thumbnails {
|
||||
height: 325px !important;
|
||||
|
||||
@media screen and (min-width: 768px) {
|
||||
width: calc(100% / 2 - #{$gutter} * 2);
|
||||
margin: 0.5rem;
|
||||
|
||||
Reference in New Issue
Block a user