Skip to content

Commit

Permalink
changed spacing again for sections
Browse files Browse the repository at this point in the history
  • Loading branch information
brycesexton committed Sep 10, 2024
1 parent 0e881c9 commit e88e05e
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 8 deletions.
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<link href="https://fonts.googleapis.com/css2?family=Adamina&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Teko:[email protected]&display=swap" rel="stylesheet">

<meta name="viewport" content="width=device-width, initial-scale=1">
<script defer src="js/dist/vendors-node_modules_css-loader_dist_runtime_api_js-node_modules_css-loader_dist_runtime_getU-efc6cb.b6ef0f44ae728aa0791f.js?7e8667d523b26839a963"></script><script defer src="js/dist/App.f9b63c91031b8b1be39c.js?7e8667d523b26839a963"></script><script defer src="js/dist/main.0177eeb3983c34ee0494.js?7e8667d523b26839a963"></script></head>
<script defer src="js/dist/vendors-node_modules_css-loader_dist_runtime_api_js-node_modules_css-loader_dist_runtime_getU-efc6cb.b6ef0f44ae728aa0791f.js?2e1f71315ad573439383"></script><script defer src="js/dist/App.bc24640aa2cf50e8a28c.js?2e1f71315ad573439383"></script><script defer src="js/dist/main.0177eeb3983c34ee0494.js?2e1f71315ad573439383"></script></head>

<body>
<div id="app"></div>
Expand Down
1 change: 1 addition & 0 deletions public/js/dist/App.34d25dd367bf2a91d37cd97d381fea75.js.map

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion public/js/dist/App.8a77f1d840f0ada7854486d2a15767e0.js.map

This file was deleted.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/components/MerchCarousel/MerchCarousel.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
width: 100%;
height: 40rem;
margin: auto;
margin-top: 4.5rem;
overflow: hidden;
margin-bottom: 3rem;
padding-top: 1rem;
Expand Down
1 change: 1 addition & 0 deletions src/components/TourSection/TourSection.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
padding: 10rem 0 5rem 0;
width: 90%;
color: rgb(255, 255, 255);
margin-top: 4.2rem;
}
2 changes: 1 addition & 1 deletion src/components/YoutubeSection/YoutubeSection.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
margin-bottom: 5rem;
padding: 0;
overflow: hidden;
clip-path: polygon(70% 0%, 98% 0%, 95% 100%, 50% 90%, 20% 100%, 0% 80%, 10% 20%);
clip-path: polygon(65% 0%, 98% 0%, 92% 100%, 50% 90%, 20% 100%, 0% 80%, 5% 20%);
background-image: url('/public/img/forester-film-edits-17.jpg');
background-attachment: fixed;
background-size: cover;
Expand Down

0 comments on commit e88e05e

Please sign in to comment.