Skip to content
This repository has been archived by the owner on Jan 9, 2025. It is now read-only.

fix: try making some changes to change the asset hashes #254

Merged
merged 1 commit into from
Sep 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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