mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-31 04:59:21 +03:00
All CSS font-size to % instead of px
This commit is contained in:
parent
c1c851c238
commit
c3f7827683
21 changed files with 52 additions and 52 deletions
|
|
@ -63,7 +63,7 @@
|
|||
color: #999;
|
||||
text-align: center;
|
||||
padding: 60px 10px;
|
||||
font-size: 24px;
|
||||
font-size: 171%;
|
||||
line-height: 30px;
|
||||
}
|
||||
}
|
||||
|
|
@ -96,7 +96,7 @@
|
|||
}
|
||||
|
||||
.nameParent {
|
||||
font-size: 16px;
|
||||
font-size: 114%;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
|
|
@ -150,13 +150,13 @@
|
|||
line-height: 20px;
|
||||
display: none;
|
||||
padding: 5px 7px;
|
||||
font-size: 18px;
|
||||
font-size: 128%;
|
||||
display: none;
|
||||
}
|
||||
|
||||
.b-contact-view-desc {
|
||||
text-align: center;
|
||||
font-size: 24px;
|
||||
font-size: 171%;
|
||||
line-height: 30px;
|
||||
padding-top: 120px;
|
||||
color: #999;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue