mirror of
https://github.com/samsonjs/mit-license.git
synced 2026-03-25 09:25:49 +00:00
Synchronise with default theme
This commit is contained in:
parent
6e7b672b41
commit
72396313b3
1 changed files with 10 additions and 1 deletions
|
|
@ -52,7 +52,6 @@ footer a {
|
|||
padding: 1em;
|
||||
}
|
||||
|
||||
/*footer a:before{content: "â¦"; font-size:1.5em; padding-right:.2em; } */
|
||||
footer a:hover, footer a:focus {
|
||||
color: white;
|
||||
}
|
||||
|
|
@ -94,3 +93,13 @@ a:active {
|
|||
margin-left: 1em;
|
||||
border: 1px solid #999;
|
||||
}
|
||||
|
||||
@media all and (max-width: 500px) {
|
||||
article {
|
||||
padding: 1em;
|
||||
}
|
||||
|
||||
body {
|
||||
font-size: 1em;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue