Skip to content

Commit

Permalink
fix: try making some changes to change the asset hashes (#254)
Browse files Browse the repository at this point in the history
  • Loading branch information
skylarmb authored Sep 26, 2024
1 parent 08be35c commit 668be13
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 28 deletions.
27 changes: 0 additions & 27 deletions website/app/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -160,30 +160,3 @@ code {
font-size: 14px;
}
}

/* Carousel styles */
.carousel .control-prev.control-arrow:before {
border-right: 16px solid rgb(255, 255, 255) !important;
border-top: 16px solid transparent !important;
border-bottom: 16px solid transparent !important;
}
.carousel .control-prev {
margin-left: -10px;
}

.carousel .control-next.control-arrow:before {
border-left: 16px solid rgb(255, 255, 255) !important;
border-top: 16px solid transparent !important;
border-bottom: 16px solid transparent !important;
}
.carousel .control-next {
margin-right: -10px;
}

.carousel .control-dots .dot {
width: 16px !important;
height: 16px !important;
}
.carousel .control-dots {
margin: 0 !important;
}
1 change: 0 additions & 1 deletion website/components/DocsLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ namespace S {
h3 {
font-size: 24px;
font-weight: 500;
line-height: 1.33;
@media (max-width: 768px) {
Expand Down

0 comments on commit 668be13

Please sign in to comment.