Skip to content

Commit

Permalink
chore: solutions page update 7
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Sova committed Apr 15, 2024
1 parent e40e93d commit f8dbc95
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/css/solutions/index.css.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,6 @@ section {
display: flex;
flex-wrap: wrap;
gap: 20px;
background-color: rgba(255, 255, 255, .1);
border-radius: 16px;
min-height: 100vh;
}
Expand Down Expand Up @@ -169,6 +167,7 @@ section {
justify-content: center;
align-item: center;
background-color: rgba(255, 255, 255, .1);
border-top: 2px solid rgba(255, 255, 255, .2);
border-radius: 16px;
max-width: 900px;
margin-left: auto;
Expand Down

0 comments on commit f8dbc95

Please sign in to comment.