aboutsummaryrefslogtreecommitdiffhomepage
path: root/style.css
diff options
context:
space:
mode:
authorTolmachev Igor <me@igorek.dev>2024-11-10 00:21:48 +0300
committerTolmachev Igor <me@igorek.dev>2024-11-10 00:21:48 +0300
commitd21324b84e248ac5281213e727c009ac8f68b2b3 (patch)
tree069dc5f88bf8dfa0de6bdeeb8ef17e91d77723f4 /style.css
parent3b1771238d3e143a471dbd58f4c9abf027dc0f29 (diff)
downloadexpulsiononline-d21324b84e248ac5281213e727c009ac8f68b2b3.tar.gz
expulsiononline-d21324b84e248ac5281213e727c009ac8f68b2b3.zip
Fix sponsors styles
Diffstat (limited to 'style.css')
-rw-r--r--style.css16
1 files changed, 14 insertions, 2 deletions
diff --git a/style.css b/style.css
index c129eb4..9b72345 100644
--- a/style.css
+++ b/style.css
@@ -62,18 +62,20 @@ footer {
62 background-color: var(--color-surface-container); 62 background-color: var(--color-surface-container);
63 border-radius: 2em 2em 0 0; 63 border-radius: 2em 2em 0 0;
64 64
65 display: grid; 65 display: flex;
66 grid-template-columns: 1fr 4fr; 66 flex-wrap: wrap;
67 67
68 padding: 1.5em; 68 padding: 1.5em;
69} 69}
70 70
71footer > * { 71footer > * {
72 margin-bottom: 1em;
72 margin-right: 1em; 73 margin-right: 1em;
73} 74}
74 75
75footer > *:last-child { 76footer > *:last-child {
76 margin-right: 0; 77 margin-right: 0;
78 margin-bottom: 0;
77} 79}
78 80
79h1, 81h1,
@@ -141,3 +143,13 @@ img {
141 text-align: center; 143 text-align: center;
142 display: block; 144 display: block;
143} 145}
146
147.sponsors {
148 display: flex;
149 flex-wrap: wrap;
150}
151
152.sponsors > * {
153 flex: 1 1 150px;
154 text-wrap: nowrap;
155}