Skip to content

Commit 917e3ea

Browse files
fix: update sponsor section styles and add .gitignore (#115)
* fix: update sponsor section styles and add .gitignore * fix: update script and stylesheet references in index.html
1 parent 133b70e commit 917e3ea

5 files changed

Lines changed: 6 additions & 4 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.DS_Store

2025/src/sections/sponsor/sponsor.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.sponsor {
22
position: relative;
33
width: 100%;
4-
height: 100vh;
4+
/* height: 100vh; */
55
display: flex;
66
flex-direction: column;
77
align-items: center;
@@ -54,6 +54,7 @@
5454
align-items: center;
5555
position: relative;
5656
z-index: 2;
57+
/* overflow-y:auto; */
5758
}
5859

5960
/* Update sponsor__title-container to match title-header */
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,8 +156,8 @@
156156
type="module"
157157
src="https://ajax.googleapis.com/ajax/libs/model-viewer/3.4.0/model-viewer.min.js"
158158
></script>
159-
<script type="module" crossorigin src="/assets/index-DR3gWNgE.js"></script>
160-
<link rel="stylesheet" crossorigin href="/assets/index-BG2VNnP5.css">
159+
<script type="module" crossorigin src="/assets/index-Bdxt5WJ6.js"></script>
160+
<link rel="stylesheet" crossorigin href="/assets/index-x8xYyc5E.css">
161161
</head>
162162

163163
<body>

0 commit comments

Comments
 (0)