mirror of
https://github.com/clockworkpi/wiki.clockworkpi.com.git
synced 2025-12-12 08:48:51 +01:00
Fix responsiveness
This commit is contained in:
parent
07f1eca644
commit
47f750411b
@ -1,4 +1,5 @@
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>{{ page.title }} - {{ site.title }}</title>
|
||||
<link rel="shortcut icon" href="/favicon.ico" />
|
||||
<link rel="stylesheet" href="/css/main.css" />
|
||||
|
||||
@ -2,6 +2,7 @@ body {
|
||||
font-family: sans-serif;
|
||||
background: #acabab;
|
||||
color: black;
|
||||
font-size: 1.2rem;
|
||||
}
|
||||
|
||||
#main {
|
||||
@ -78,7 +79,7 @@ a {
|
||||
|
||||
pre, code {
|
||||
font-family: monospace;
|
||||
font-size: 0.9rem;
|
||||
font-size: 1rem;
|
||||
|
||||
a {
|
||||
color: #5a5a5a;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user