Skip to content

Commit 235af52

Browse files
committed
fix some css
1 parent c0c0a82 commit 235af52

File tree

4 files changed

+13
-6
lines changed

4 files changed

+13
-6
lines changed

layouts/_default/sponsors.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ <h2>PyMCon Sponsorship Levels</h2>
267267
<!-- ================================== END OF PyMCon Sponsorship Levels ============================== -->
268268

269269
<!-- ================================== START OF 2023 SPONSORS LOGOS ============================== -->
270-
<section class="section our_sponsors" id="pymcon_sponsors">
270+
<section class="section our_sponsors our_sponsors_2023" id="pymcon_sponsors">
271271
<h1>PyMCon 2023 Sponsors</h1>
272272
<hr>
273273
<div class="container our_sponsors__container">
@@ -298,7 +298,7 @@ <h2>Non-profit Sponsors</h2>
298298
<!-- ================================== END OF 2023 SPONSORS LOGOS ============================== -->
299299

300300
<!-- ================================== START OF 2020 SPONSORS LOGOS ============================== -->
301-
<section class="section our_sponsors" id="pymcon_sponsors">
301+
<section class="section our_sponsors our_sponsors_2020" id="pymcon_sponsors2">
302302
<h1>PyMCon 2020 Sponsors</h1>
303303
<hr>
304304
<div class="container our_sponsors__container">

layouts/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ <h3> {{ .title }} </h3>
158158
<!-- ================================== START OF PYMCON SPONSORS ============================== -->
159159
<section class="section pymcon__sponsor">
160160
<div class="container pymcon__sponsor__container">
161-
<h1>Our <span>💖</span>Sponsors</h2>
161+
<h1>Our <span>💖</span> Sponsors</h2>
162162
<div class="slider">
163163
<div class="logos__container">
164164
<div class="sponsor_logo">

static/css/home.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -668,9 +668,10 @@
668668
background: var(--color-white);
669669
color: var(--color-black);
670670
margin-top: auto;
671-
padding: .5rem 1rem;
671+
padding: 0.3rem 1rem;
672672
border: 2px solid transparent;
673673
border-radius: 2rem;
674+
font-size: 0.9rem;
674675
font-weight: 500;
675676
transition: var(--transition);
676677
}

static/css/sponsors.css

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -315,14 +315,20 @@
315315

316316
/* ======================== 2020 SPONSORS LOGO ====================== */
317317
.our_sponsors {
318-
background: var(--color-bg);
319-
box-shadow: inset 0 1.5rem 2rem 0 rgba(0, 0, 0, 0.5);
320318
overflow-x: hidden;
321319
position: relative;
322320
text-align: center;
323321
align-items: center;
324322
}
325323

324+
.our_sponsors_2023 {
325+
background: var(--color-bg1);
326+
}
327+
328+
.our_sponsors_2020 {
329+
background: transparent;
330+
}
331+
326332
.our_sponsors h1 {
327333
font-size: 2rem;
328334
}

0 commit comments

Comments
 (0)