mega pragraassss

This commit is contained in:
sakrecoer 2025-06-29 15:47:36 +02:00
parent 3910b6fd65
commit 5c23f16af3
14 changed files with 369 additions and 93 deletions

View file

@ -33,8 +33,13 @@
p {
flex: 1 1 100%;
font-size: 1.5em;
line-height: 1em;
font-size: .5em;
line-height: 1.75em;
max-width: 33vw;
strong {
font-size: 1.5em;
}
}
@media screen and (max-width: 1024px) {
h2 {
@ -42,11 +47,8 @@
}
p {
font-size: 1em;
max-width: unset;
}
figcaption {
font-size: 1em;
line-height: 1em;
}
}
@ -66,8 +68,7 @@
max-height: 300px;
}
figcaption {
font-size: 1.5em;
line-height: 1em;
overflow-x: hidden;
overflow-wrap: break-word;
font-weight: bold;
@ -83,9 +84,6 @@
margin-bottom: 4px;
text-transform: lowercase;
p {
font-size: .75em;
}
}
}
@ -104,9 +102,9 @@
<section id="gang">
<article class="section-headers">
<h2>Gung</h2>
<p><strong>Powerful Syndicated Artists.</strong>
<p><strong>Link Root</strong>
</br>
asdasdkjaslkdn
The Basspistol network is composed of Powerful Syndicated Artists and Groups. Follow the white Rabbit, Neo!
</p>
</article>
@ -122,8 +120,9 @@
{{ range $monsters | shuffle }}
<article>
{{ if .url }}
<a href="{{ .url }}" target="_blank">
{{ if .uri }}
<a href="{{ .uri }}" target="_blank">
{{ else }}
<a href="https://s.basspistol.org/@{{ .username }}" target="_blank">
{{ end }}
@ -142,7 +141,7 @@
{{ end }}
<!-- <pre>{{ debug.Dump $monsters }}</pre>-->
<pre>{{ debug.Dump $monsters }}</pre>
{{ end }}