Skip to content

Commit

Permalink
misc changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jinkang-0 committed Jan 18, 2024
1 parent 43c4275 commit f24d0de
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/Hero.astro
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ import Brand from './Brand.astro';

h1 {
margin: 0.5rem 0;
font-size: clamp(1.25rem, 4vw, 3.25rem);
font-size: clamp(1.5rem, 4vw, 3.25rem);

@media (min-width: breakpoints.$laptop) {
width: 53.875rem;
Expand Down
10 changes: 8 additions & 2 deletions src/components/Sponsors.astro
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ import witiLogo from '../graphics/sponsors/witi.webp';
align-items: center;
gap: 6rem;
padding-top: 11.25rem;
padding-inline: 20px;
overflow-x: hidden;

.header-container {
Expand All @@ -62,6 +63,7 @@ import witiLogo from '../graphics/sponsors/witi.webp';
align-items: center;
text-align: center;
gap: 1.5rem;

b {
font-family: fonts.$serif;
font-size: 1.75rem;
Expand All @@ -75,7 +77,7 @@ import witiLogo from '../graphics/sponsors/witi.webp';
width: min(770px, 100%);
justify-content: center;
align-content: center;
gap: 6px 80px;
gap: 6px min(10%, 80px);
flex-shrink: 0;
flex-wrap: wrap;

Expand All @@ -88,10 +90,14 @@ import witiLogo from '../graphics/sponsors/witi.webp';
}

img {
height: 100px;
height: 50px;
width: auto;
object-fit: cover;
flex-shrink: 0;

@media (min-width: breakpoints.$tablet) {
height: 100px;
}
}
}

Expand Down

0 comments on commit f24d0de

Please sign in to comment.