Skip to content

Commit

Permalink
Update 03-exercises.css
Browse files Browse the repository at this point in the history
  • Loading branch information
ViktorSvertoka committed Dec 15, 2023
1 parent cc90370 commit 0d96e01
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions src/css/layout/03-exercises.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
/* exercises styles */


.filters__list {
width: 375px;
}
Expand Down Expand Up @@ -54,7 +53,7 @@
.filters__item-card {
width: 442px;
}

}
.exersices__container {
display: flex;
flex-direction: column;
Expand Down Expand Up @@ -204,7 +203,6 @@
.filters__item {
width: 100%;
position: relative;

}

@media screen and (min-width: 768px) {
Expand All @@ -229,7 +227,6 @@
}

.filters__title-first {

color: var(--color-white);
text-align: center;
font-family: DM Sans;
Expand All @@ -248,7 +245,6 @@
font-size: 24px;
line-height: 24px;
}

}

.filters__text-first {
Expand Down Expand Up @@ -388,7 +384,6 @@
.card__text-info span {
padding-right: 2px;
color: rgba(36, 36, 36, 0.4);

}

.aside__container {
Expand Down Expand Up @@ -711,5 +706,4 @@
.aside__white-card-text {
-webkit-line-clamp: 9;
}

}

0 comments on commit 0d96e01

Please sign in to comment.