vm actus
This commit is contained in:
@@ -338,6 +338,10 @@
|
||||
color: $blue-light;
|
||||
padding-left: 1rem;
|
||||
padding-top: 1rem;
|
||||
@media(max-width:810px){
|
||||
width: max-content;
|
||||
padding-right: 1rem;
|
||||
}
|
||||
}
|
||||
span:nth-of-type(2){
|
||||
display: none;
|
||||
@@ -375,6 +379,10 @@
|
||||
padding-left: 1rem;
|
||||
padding-top: 1rem;
|
||||
margin-bottom: 1rem;
|
||||
@media(max-width:810px){
|
||||
width: max-content;
|
||||
padding-right: 1rem;
|
||||
}
|
||||
}
|
||||
a{
|
||||
display: inline-flex;
|
||||
|
||||
@@ -58,6 +58,9 @@
|
||||
width: 100%;
|
||||
max-height: 175px;
|
||||
object-fit: cover;
|
||||
@media(max-width: 810px){
|
||||
max-height: 350px;
|
||||
}
|
||||
}
|
||||
&::after{
|
||||
display: block;
|
||||
|
||||
Reference in New Issue
Block a user