Improve design for mobile
This commit is contained in:
parent
18d23c771a
commit
dbe3caadb3
5 changed files with 16 additions and 18 deletions
|
@ -139,7 +139,7 @@ b {
|
|||
|
||||
h2 {
|
||||
font-weight: 400;
|
||||
font-size: 2em;
|
||||
font-size: 1.7em;
|
||||
border-radius: $widget_border_radius;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
|
|
|
@ -123,7 +123,7 @@
|
|||
text-decoration: none;
|
||||
text-align: center;
|
||||
line-height: 1.3;
|
||||
font-size: 2.3em;
|
||||
font-size: 2em;
|
||||
padding-bottom: 0.15em;
|
||||
|
||||
&:link, &:visited {
|
||||
|
|
|
@ -23,12 +23,10 @@
|
|||
}
|
||||
|
||||
th:first-child, td:first-child {
|
||||
border-color: $border_gray;
|
||||
border-width: 1px 1px 0 1px;
|
||||
}
|
||||
|
||||
tr:last-child td {
|
||||
border-color: $border_gray;
|
||||
border-bottom-width: 1px;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue