Skip to content

Commit

Permalink
fix_position_1
Browse files Browse the repository at this point in the history
  • Loading branch information
stereogamm committed Dec 27, 2023
1 parent 4747c7e commit c94924f
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions styles/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ html {
.page {
display: flex;
justify-content: center;
align-items: start;
align-items: center;
inline-size: 1200px;
block-size: 100%;
margin: auto;
Expand Down Expand Up @@ -42,11 +42,10 @@ ol {

.content {
display: flex;
justify-content: center;
align-items: end;
margin: 133px 30px;
align-self: end;
max-width: 1140px;
gap: 30px;
margin: 137px 30px;
}

.search-form {
Expand Down Expand Up @@ -368,3 +367,6 @@ ol {
margin: 2px;
outline: 1px solid #fff;
}



0 comments on commit c94924f

Please sign in to comment.