Skip to content

Commit

Permalink
Merge branch 'origin/rose'
Browse files Browse the repository at this point in the history
  • Loading branch information
Rose1 committed Feb 29, 2024
2 parents 229917c + 3dcf8aa commit 30cda9d
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ body {
height: 100vh;
}

section {
height: 95vh;
}
label {
cursor: pointer;
display: inline;
Expand Down Expand Up @@ -66,17 +63,18 @@ a {
}

.pomodoro {
display: flex;
flex-direction: row;
display: block;
/*flex-direction: row;*/
margin-left: 3vw;
margin-right: 3vw;
}

.container {
padding: 15px;
display: block;
padding: 20px;
justify-content: center;
width: 50%;
margin: 0 1vw;
height: fit-content;
margin: 20px;
background-color: white;
opacity: 0.88;
border-radius: 25px;
Expand Down Expand Up @@ -135,7 +133,6 @@ a {
}

.container {
width: 100%;
height: fit-content;
}

Expand Down

0 comments on commit 30cda9d

Please sign in to comment.