commit c611c8ed6766365079f8a16ab5ddf4f9b774f371 parent 65e48c9f80b26f7c526a455eefa7df2ab63cefc9 Author: Kévin Le Gouguec <kevin.legouguec@gmail.com> Date: Thu, 11 Mar 2021 21:06:33 +0100 Tweak comment formatting Diffstat:
| M | stylesheets/commun.css | | | 6 | +++--- |
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/stylesheets/commun.css b/stylesheets/commun.css @@ -224,9 +224,9 @@ footer.legal { } footer.social > a.contact { - /* Ideally should be just: */ - /* writing-mode: sideways-lr; */ - /* but of course We Can't Have Nice Things. */ + /* Ideally should be just: + * writing-mode: sideways-lr; + * but of course We Can't Have Nice Things. */ writing-mode: vertical-rl; transform: rotate(180deg); padding: 1rem 0.5rem;