summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorUser Mms <mms@voyager.local>2024-10-25 22:59:34 +0200
committerUser Mms <mms@voyager.local>2024-10-25 22:59:34 +0200
commit792972d14a5b375ca8eb786855125f92b4248d83 (patch)
tree84eeff67a0359114cd625047aca506171f114ded /themes
parentf41501862b342cb3f322d16b1549183d91f10494 (diff)
feat: trek is back
Diffstat (limited to 'themes')
l---------themes/24-unification/layouts/_default/.#baseof.html1
-rw-r--r--themes/24-unification/layouts/_default/baseof.html45
2 files changed, 44 insertions, 2 deletions
diff --git a/themes/24-unification/layouts/_default/.#baseof.html b/themes/24-unification/layouts/_default/.#baseof.html
new file mode 120000
index 0000000..05810a7
--- /dev/null
+++ b/themes/24-unification/layouts/_default/.#baseof.html
@@ -0,0 +1 @@
+mms@voyager.local.62643:1729838336 \ No newline at end of file
diff --git a/themes/24-unification/layouts/_default/baseof.html b/themes/24-unification/layouts/_default/baseof.html
index c2759dd..394193f 100644
--- a/themes/24-unification/layouts/_default/baseof.html
+++ b/themes/24-unification/layouts/_default/baseof.html
@@ -7,7 +7,6 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
- <meta property="fediverse:creator" content="@mms@emacs.ch">
<link rel="me" href="https://emacs.ch/@mms">
{{- $header_rect := resources.Get "blog/logo/right.png" }}
@@ -41,6 +40,8 @@
<link rel="webmention" href="https://webmention.io/d-s.sh/webmention">
<link rel="pingback" href="https://webmention.io/d-s.sh/xmlrpc">
+ <meta name="fediverse:creator" content="@mms@bsd.cafe">
+
<style>
:root {
--bg-color: #738276;
@@ -61,7 +62,7 @@
font-family: "bryle";
{{- $font := resources.Get "fonts/Atkinson-Hyperlegible-Regular-102a.woff2" -}}
src: url("{{ $font.Permalink }}");
- font-weight: regular;
+ font-weight: normal;
}
@font-face {
@@ -358,7 +359,47 @@
flex-grow: 1;
}
}
+
+ table.eptab {
+ width: 100%;
+
+ th {
+ text-align: center;
+ padding: 20px;
+ }
+
+ tr td {
+ text-align: center;
+ }
+ tr td:last-child {
+ text-align: left;
+ }
+ }
+
}
+
+ @media only screen and (max-width: 650px) {
+ table.eptab {
+ th, td {
+ display: none;
+ }
+ tr th:nth-child(2) {
+ display: table-cell;
+ }
+ tr th:last-child {
+ display: table-cell;
+ }
+ tr td:last-child {
+ display: table-cell;
+ }
+ tr td:nth-child(2) {
+ display: table-cell;
+ }
+ tr td:last-child {
+ display: table-cell;
+ }
+ }
+ }
img {
max-width: 100%;