Skip to content

Commit

Permalink
123
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianPurgert committed Oct 25, 2024
1 parent 9d9d244 commit 2e0d14d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions assets/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ VideoBackground{
.v-timeline-divider__dot--size-default .v-timeline-divider__inner-dot {
border-radius: 90px!important;
height: calc(100% - 100px)!important;
width: 8px!important;
width: 2px!important;
position: absolute;
left: 50vw;
}
Expand All @@ -431,8 +431,8 @@ VideoBackground{
height: 100%!important;
width: 100px!important;
border-top: #bd2c44 2px solid!important;
border-bottom: #bd2c44 2px solid!important;
border-radius: 0px 50% 0px 0px!important;
/*border-bottom: #bd2c44 2px solid!important;*/
border-radius: 0px !important;

/*display: flex!important;*/
/*left: 0!important;*/
Expand All @@ -441,7 +441,7 @@ VideoBackground{
right: 0!important;
position: absolute!important;
/*box-shadow: none!important;*/
/*background-color: transparent!important;*/
background-color: transparent!important;
}


Expand Down

0 comments on commit 2e0d14d

Please sign in to comment.