This commit is contained in:
armansansd
2021-08-31 11:13:32 +02:00
parent 3476a5fc7e
commit f06c9d3a91
3 changed files with 9 additions and 3 deletions

View File

@@ -179,7 +179,7 @@
}
.views-row{
text-align: center;
// text-align: center;
display: inline-block;
width: auto;
// a, span{
@@ -195,6 +195,10 @@
a{
text-decoration: none;
}
@include breakpoint(1222px down) {
font-size: $font-small;
}
}