grandlyon-sau: align to left demands categories link in responsive view (#26841)

This commit is contained in:
Serghei Mihai 2018-10-02 18:47:26 +02:00
parent 7aafba8acd
commit 0c07b58fe2
1 changed files with 2 additions and 2 deletions

View File

@ -68,9 +68,8 @@ $subpages: transport-en-commun, velo-partage, parking, autopartage, scooters, to
a {
@extend %homepage-block-color;
display: block;
padding: 0.1em 0.5em 0.1em 0.5em;
padding: 0.1em 0.5em 0.1em 25%;
height: 100%;
text-align: center;
text-transform: capitalize;
overflow: hidden;
text-overflow: ellipsis;
@ -147,6 +146,7 @@ $subpages: transport-en-commun, velo-partage, parking, autopartage, scooters, to
}
a {
padding: 5em 0.5em 0.5rem 0.5rem;
text-align: center;
&::before {
content: ' ';
position: absolute;