diff options
Diffstat (limited to 'wpisy/style.css')
-rw-r--r-- | wpisy/style.css | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/wpisy/style.css b/wpisy/style.css index a3cfd4f..8aabd95 100644 --- a/wpisy/style.css +++ b/wpisy/style.css @@ -38,6 +38,7 @@ main { header { box-shadow: 0 0 20px rgb(0 0 0 / 10%); + padding: 2ex 0; } header > div { @@ -59,12 +60,19 @@ nav a { margin: 0.5em; } -main h1, -main h2, -main h3 { +main > p { text-align: center; } +main img { + display: block; + margin: 0 auto; +} + +article { + text-align: left; +} + header > *, main, footer > * { |