diff --git a/themes/basspistol2025/assets/css/style.css b/themes/basspistol2025/assets/css/style.css
index efdb61e..d0aed27 100644
--- a/themes/basspistol2025/assets/css/style.css
+++ b/themes/basspistol2025/assets/css/style.css
@@ -34,16 +34,7 @@ body {
#navigation {
-* {
- filter: grayscale(100%);
- transition: filter 17s linear;
-}
-
-*:hover {
- filter: grayscale(0%) !important;
- transition: filter .1s linear;
-}
position: fixed;
bottom: 20px;
left: 20px;
@@ -52,6 +43,18 @@ width: calc(100vw - 40px);
height: 100px;
box-shadow: 0 4px 15px rgba(0,0,0,.3);
z-index: 1000;
+
+ * {
+ filter: grayscale(100%);
+ transition: filter 17s linear;
+
+ }
+
+ *:hover {
+ filter: grayscale(0%) !important;
+ transition: filter .1s linear;
+ }
+
}
nav {
@@ -148,7 +151,7 @@ strong {
}
.section-headers {
- border-radius: 300px;
+ border-radius: 100px;
}
/* Screen size root */
diff --git a/themes/basspistol2025/layouts/_default/index.html b/themes/basspistol2025/layouts/_default/index.html
index fe06d3a..371aa7a 100644
--- a/themes/basspistol2025/layouts/_default/index.html
+++ b/themes/basspistol2025/layouts/_default/index.html
@@ -11,15 +11,16 @@
{{ define "main" }}
-{{ partial "body/peertube.html" . }}
-
{{ partial "body/discog.html" . }}
-{{ partial "body/gancio.html" . }}
-
{{ partial "body/radio.html" . }}
+{{ partial "body/gancio.html" . }}
+
{{ partial "body/gang.html" . }}
+
+{{ partial "body/peertube.html" . }}
+
{{ end }}
diff --git a/themes/basspistol2025/layouts/partials/body/discog.html b/themes/basspistol2025/layouts/partials/body/discog.html
index f0618d2..a02ad17 100644
--- a/themes/basspistol2025/layouts/partials/body/discog.html
+++ b/themes/basspistol2025/layouts/partials/body/discog.html
@@ -36,7 +36,11 @@ justify-content: space-between;
p {
flex: 1 1 100%;
font-size: 1.5em;
- line-height: 1em;
+ line-height: 1.75em;
+
+ strong {
+ font-size: 1.5em;
+ }
}
@media screen and (max-width: 1024px) {
h2 {
@@ -79,20 +83,7 @@ figcaption {
line-height: 1.25em;
overflow-y: hidden;
- p {
- font-size: .5em;
- line-height: 1.75em;
- strong {
- font-size: 1.5em;
- line-height: 1.2em;
- }
- }
- @media screen and (max-width: 1024px) {
- p {
- font-size: .9em;
- }
- }
}
.section-headers {
@@ -114,8 +105,11 @@ figcaption {