Make labels in list of webmail clients have larger text
This commit is contained in:
parent
7dc892b757
commit
2f22451fa6
|
@ -89,6 +89,7 @@ p + .subtext {
|
|||
border-left: 4px solid #35a;
|
||||
margin-top: 0.9em;
|
||||
}
|
||||
|
||||
.events li p {
|
||||
text-align: left;
|
||||
line-height: 1.5em;
|
||||
|
|
|
@ -11,6 +11,10 @@ ul#webmail li {
|
|||
display: table-cell;
|
||||
text-align: center;
|
||||
}
|
||||
ul#webmail li .mailname {
|
||||
font-size: 1.2em;
|
||||
}
|
||||
|
||||
@media all and (min-width: 980px) {
|
||||
ul#webmail {
|
||||
max-width: 1280px;
|
||||
|
|
Loading…
Reference in New Issue