Skip to content

Commit

Permalink
Merge branch 'master' of github.com:doka-guide/Crossword
Browse files Browse the repository at this point in the history
  • Loading branch information
solarrust committed Oct 11, 2023
2 parents defefb2 + b7fed0c commit 3aa1c6e
Showing 1 changed file with 23 additions and 8 deletions.
31 changes: 23 additions & 8 deletions styles/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -335,21 +335,17 @@ input.done {

@media (width < 1200px) {
.colorpicker {
inset: initial;
inset-block-start: 120px;
inset-inline-start: 47px;
}

.colors {
flex-direction: column;
top: 150px;
left: auto;
right: 40px;
}

.main-wrapper, main {
flex-direction: column;
align-items: center;
}

.main-wrapper {
padding-block-start: 0;
padding-block-end: 250px;
}

Expand All @@ -363,6 +359,25 @@ input.done {
}

@media (width < 600px) {
.header {
flex-wrap: wrap;
gap: 20px;
padding: 10px;
}

.logo {
font-size: 30px;
}

.logo__icon {
width: 84px;
height: 30px;
}

.colorpicker {
right: 10px;
}

.main-wrapper {
padding-block-start: 10px;
padding-inline-start: 10px;
Expand Down

0 comments on commit 3aa1c6e

Please sign in to comment.