Adjust tags and accounts page (#4534)
* Adjust tag and accounts page * Remove units from 0px paddings
This commit is contained in:
parent
8eb6d171e6
commit
a3e53bd442
4 changed files with 11 additions and 4 deletions
|
@ -3,9 +3,15 @@
|
|||
font-size: 24px;
|
||||
line-height: 28px;
|
||||
color: $ui-primary-color;
|
||||
overflow: hidden;
|
||||
font-weight: 500;
|
||||
margin-bottom: 20px;
|
||||
padding: 0 10px;
|
||||
overflow-wrap: break-word;
|
||||
|
||||
@media screen and (max-width: 740px) {
|
||||
text-align: center;
|
||||
padding: 20px 10px 0;
|
||||
}
|
||||
|
||||
a {
|
||||
color: inherit;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue