aboutsummaryrefslogtreecommitdiff
path: root/assets/site.css
diff options
context:
space:
mode:
Diffstat (limited to 'assets/site.css')
-rw-r--r--assets/site.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/assets/site.css b/assets/site.css
index 3edc9aa..d57334c 100644
--- a/assets/site.css
+++ b/assets/site.css
@@ -41,6 +41,18 @@ table th, table td {
padding: 0 0.2em;
}
+.profile-everywhere-list {
+ display: flex;
+ flex-flow: row wrap;
+ list-style: none;
+ row-gap: 1em;
+ column-gap: clamp(0.75em, 3vw, 1.5em);
+ margin: 0 auto;
+ max-width: 80%;
+ padding: 0;
+ justify-content: center;
+}
+
/* https://github.com/PrismJS/prism/blob/master/themes/prism.css */
code[class*="language-"],
pre[class*="language-"] {