Skip to content

Commit

Permalink
adaptive layout v2
Browse files Browse the repository at this point in the history
  • Loading branch information
ivandavidyuk committed Aug 28, 2023
1 parent f2829d9 commit 16a9abf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions src/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -871,7 +871,7 @@ input[type=text].subdomaintwo {

@media (max-width: 426px) {
.container {
width: 420px;
max-width: 420px;
}
.container .socials {
-webkit-box-pack: space-evenly;
Expand Down Expand Up @@ -1009,7 +1009,7 @@ input[type=text].subdomaintwo {
}
@media (max-width: 376px) {
.container {
width: 370px;
max-width: 370px;
}
.container .result {
padding: 20px 20px;
Expand Down Expand Up @@ -1042,7 +1042,7 @@ input[type=text].subdomaintwo {
}
@media (max-width: 321px) {
.container {
width: 315px;
max-width: 315px;
}
.container .block {
padding: 0px;
Expand Down
6 changes: 3 additions & 3 deletions src/scss/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -677,7 +677,7 @@ input[type="text"].subdomaintwo{

@media (max-width: 426px) {
.container {
width: 420px;
max-width: 420px;
.socials {
justify-content: space-evenly;
}
Expand Down Expand Up @@ -815,7 +815,7 @@ input[type="text"].subdomaintwo{
}
@media (max-width: 376px) {
.container {
width: 370px;
max-width: 370px;
.result {
padding: 20px 20px;
}
Expand Down Expand Up @@ -849,7 +849,7 @@ input[type="text"].subdomaintwo{

@media (max-width: 321px) {
.container {
width: 315px;
max-width: 315px;
.block {
padding: 0px;
h3 {
Expand Down

0 comments on commit 16a9abf

Please sign in to comment.