Skip to content

Commit

Permalink
same size roadmap
Browse files Browse the repository at this point in the history
  • Loading branch information
alidevjimmy committed Sep 11, 2024
1 parent d4300db commit 0faff09
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
4 changes: 4 additions & 0 deletions assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -1601,3 +1601,7 @@ html {
box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
}

.swiper-slide .item {
height: 100% !important;
}
11 changes: 5 additions & 6 deletions static/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -5824,6 +5824,10 @@ html {
}
}

.swiper-slide .item {
height: 100% !important;
}

@media not all and (min-width: 768px) {

.max-md\:timeline-compact,.max-md\:timeline-compact
Expand Down Expand Up @@ -6605,11 +6609,6 @@ html {
font-size: 1.5rem;
line-height: 2rem;
}

.lg\:text-xl {
font-size: 1.25rem;
line-height: 1.75rem;
}
}

.\[\&\>\*\]\:w-full>* {
Expand All @@ -6622,4 +6621,4 @@ html {

.peer:checked ~ .peer-checked\:\[\&\>svg\>\#arrow\]\:stroke-\[\#fff\]>svg>#arrow {
stroke: #fff;
}
}

0 comments on commit 0faff09

Please sign in to comment.