aboutsummaryrefslogtreecommitdiffstats
path: root/static/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/style.css')
-rw-r--r--static/style.css25
1 files changed, 13 insertions, 12 deletions
diff --git a/static/style.css b/static/style.css
index 7098687..a912b53 100644
--- a/static/style.css
+++ b/static/style.css
@@ -231,6 +231,9 @@ iframe {
border-color: #bf42a0;
background-color: #28446c;
z-index: -1;
+ display: flex;
+ flex-direction: column;
+ gap: 1em;
}
#skinnyverse h5 {
@@ -247,10 +250,15 @@ iframe {
color: #bf42a0;
}
+.boosted-skweet>h4 {
+ margin: 0.25em 0;
+ font-family: 'Cherry Bomb';
+}
+
.skweet {
display: flex;
gap: 2em;
- margin: 2em 0;
+ margin: 0;
}
.skweet a {
@@ -284,6 +292,7 @@ iframe {
.skweet-info {
display: flex;
justify-content: space-between;
+ gap: 1em;
}
.skweet-text {
@@ -291,17 +300,9 @@ iframe {
margin-bottom: 0.8em;
}
-.skweet-gallery {
- display: flex;
- max-width: 100%;
- gap: 1em;
-}
-
-.skweet-gallery img,
-.skweet-gallery video {
- border: 4px solid #bf42a0;
- flex: 1 1 auto;
- width: 10px;
+.skweet img,
+.skweet video {
+ max-height: 80vh;
}
/* contact page */