Skip to content

Commit

Permalink
css
Browse files Browse the repository at this point in the history
  • Loading branch information
Szyszeekk committed Feb 22, 2024
1 parent f9be1e7 commit 2bd3742
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,16 @@ img {
}

.visually-hidden {
display: none;
position: absolute;
width: 1px;
height: 1px;
margin: -1px;
border: 0;
padding: 0;
white-space: nowrap;
clip-path: inset(100%);
clip: rect(0 0 0 0);
overflow: hidden;
}

.advantages-list {
Expand All @@ -148,7 +157,7 @@ img {
}

.advantages-list-item {
width: calc((100% - 72px) / 4);
flex-basis: calc((100% - 72px) / 4);
}

.advantages-head {
Expand Down

0 comments on commit 2bd3742

Please sign in to comment.