Fixed some alignments on profiles.
This commit is contained in:
parent
f690679412
commit
103ea34249
2 changed files with 11 additions and 0 deletions
|
@ -172,6 +172,17 @@
|
|||
font-size: 1.3em;
|
||||
text-align: right;
|
||||
cursor: inherit;
|
||||
display: block;
|
||||
}
|
||||
|
||||
&--date &__value {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
@media (max-width: @site-mobile-width) {
|
||||
&--date &__value {
|
||||
text-align: right;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
0
echo
Normal file
0
echo
Normal file
Loading…
Add table
Reference in a new issue