summaryrefslogtreecommitdiffstats
path: root/styles
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2024-10-16 11:42:32 -0700
committerPinapelz <yukais@pinapelz.com>2024-10-16 11:42:32 -0700
commitbd55bd43ad471192ebcdc60d306b7aa7bde78636 (patch)
tree1f0c15fc9f5d614093b126d244c3a7027495629a /styles
parent57faeff00a680c1967499dbc493f6889f1a4e579 (diff)
make general-section more responsive
Diffstat (limited to 'styles')
-rw-r--r--styles/styles.css15
1 files changed, 15 insertions, 0 deletions
diff --git a/styles/styles.css b/styles/styles.css
index cfb2d34..29b14f0 100644
--- a/styles/styles.css
+++ b/styles/styles.css
@@ -254,6 +254,14 @@ blink {
.main-content {
flex-direction: column;
}
+ .general-section {
+ flex-direction: column;
+ align-items: center;
+ }
+
+ .general-section ul {
+ padding-left: 0;
+ }
.sidebar,
.content {
@@ -312,7 +320,14 @@ blink {
display: inline-block;
vertical-align: top;
}
+.general-section {
+ flex-direction: column;
+ align-items: center;
+}
+.general-section ul {
+ padding-left: 0;
+}
.music-player h3 {
color: #ff69b4;
text-shadow: 1px 1px 2px #fff;
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage