Skip to content

Commit

Permalink
Merge pull request tylerpierson#24 from brycesexton/main
Browse files Browse the repository at this point in the history
margins
  • Loading branch information
tylerpierson authored Sep 13, 2024
2 parents de9df75 + de00c85 commit 7a98dc2
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 7 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?5f064d4ae68b58c224df"></script><script defer src="js/dist/App.330d59e46797b28e63bb.js?5f064d4ae68b58c224df"></script><script defer src="js/dist/main.0177eeb3983c34ee0494.js?5f064d4ae68b58c224df"></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?320870ff5a228278686a"></script><script defer src="js/dist/App.c063bc1db5029eca1836.js?320870ff5a228278686a"></script><script defer src="js/dist/main.0177eeb3983c34ee0494.js?320870ff5a228278686a"></script></head>

<body>
<div id="app"></div>
Expand Down
1 change: 0 additions & 1 deletion public/js/dist/App.2fbf3419be1d2738ba11c5a175655ef8.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 public/js/dist/App.dfc0cf4538a9c4e9cf9fadc47b0c92c5.js.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions src/components/AlbumCarousel/AlbumCarousel.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
width: 100vw;
height: 20rem;
margin: 0;
margin-bottom: -2rem;
}

.carouselInner {
Expand Down
3 changes: 2 additions & 1 deletion src/components/MissionStatement/MissionStatement.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -81,11 +81,12 @@
.MissionStatement {
padding-top: 5rem;
padding-bottom: 5rem;
margin-bottom: -.25rem;
}

.MissionStatement,
.MissionStatementPara {
clip-path: none;
clip-path: polygon(65% 0, 100% 3%, 100% 100%, 34% 95%, 0 100%, 0 0, 36% 6%);
height: 30rem;
}

Expand Down

0 comments on commit 7a98dc2

Please sign in to comment.