summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--stylesheets/commun.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/stylesheets/commun.css b/stylesheets/commun.css
index 22fb053..a9c0cae 100644
--- 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;