diff options
Diffstat (limited to '')
-rw-r--r-- | 2019/sidebar.md | 6 | ||||
-rw-r--r-- | local.css | 9 |
2 files changed, 6 insertions, 9 deletions
diff --git a/2019/sidebar.md b/2019/sidebar.md index e63cb1b8..a3083efd 100644 --- a/2019/sidebar.md +++ b/2019/sidebar.md @@ -1,6 +1,6 @@ -Welcome to... -[[!img /i/emacsconf-logo1-256.png alt="EmacsConf logo" size="96x96" link=]] -**[[EmacsConf 2019|2019]]!** +<p>Welcome to...</p> +<p class="center">[[!img /i/emacsconf-logo1-256.png alt="EmacsConf logo" size="72x" link=2019]]</p> +<p class="right">...[[EmacsConf 2019|2019]]!</p> --- @@ -13,12 +13,9 @@ video { max-width: 100% } .muted { color: #666 } -.center { - text-align: center; -} -.justify { - text-align: justify; -} +.center { text-align: center } +.right { text-align: right } +.justify { text-align: justify } pre { padding: 1em } pre, code { |