Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
sudarshan1994 committed Jul 21, 2023
1 parent e9cf235 commit d73952b
Showing 1 changed file with 0 additions and 36 deletions.
36 changes: 0 additions & 36 deletions static/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -104,17 +104,6 @@
/*color: #4286f4;*/
}


.odd-image {
position: relative;
width: 100%;
height: auto;
/* height: 100%;
* * padding-bottom: 20%; */
overflow: hidden;
border-radius: 10px !important;
}

.overview-image {
position: relative;
width: 100%;
Expand Down Expand Up @@ -192,28 +181,3 @@
#interpolation-image-wrapper img {
border-radius: 5px;
}



.video-grid {
display: grid;
grid-template-columns: repeat(7, 1fr);
grid-template-rows: repeat(3, 1fr);
gap: 1px;
padding: 1px;
}

.video-item {
display: flex;
justify-content: center;
align-items: center;
background-color: #f0f0f0;
border-radius: 10px;
overflow: hidden;
}

video {
width: 100%;
height: auto;
}

0 comments on commit d73952b

Please sign in to comment.