0
0
Fork 0

Adjust tags and accounts page (#4534)

* Adjust tag and accounts page

* Remove units from 0px paddings
This commit is contained in:
Lynx Kotoura 2017-08-08 03:33:06 +09:00 committed by Eugen Rochko
parent 8eb6d171e6
commit a3e53bd442
4 changed files with 11 additions and 4 deletions

View file

@ -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;