Skip to content

Commit

Permalink
Fix the lesson list styles
Browse files Browse the repository at this point in the history
  • Loading branch information
mauriciofierrom committed Mar 20, 2024
1 parent a86ee37 commit 7c5b088
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions app/assets/stylesheets/lesson.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
.list {
display: flex;
flex-wrap: wrap;
gap: 10px;
gap: 5px;
justify-content: space-between;
}

.header {
Expand All @@ -29,11 +30,10 @@

grid-template-columns: 20% 80%;
grid-template-rows: auto;
width: 45%;
width: 49%;

background-color: var(--bg-dark);
border-radius: 5px;
/* border: 1px solid red; */

box-shadow:
rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
Expand All @@ -42,7 +42,6 @@
.thumbnail {
grid-column: 1 / 2;
grid-row: 1 / span 3;
place-self: center;
width: 100%;
height: 100%;
}
Expand Down

0 comments on commit 7c5b088

Please sign in to comment.