mirror of
https://github.com/peter-tanner/peter-tanner.github.io.git
synced 2024-11-30 12:00:18 +08:00
9 lines
162 B
CSS
9 lines
162 B
CSS
|
|
body {
|
|
max-width:100%;
|
|
min-width:300px;
|
|
margin:0 auto;
|
|
padding:20px 10px;
|
|
font-size:14px;
|
|
font-size:1.4em;
|
|
} |