Skip to content

Commit

Permalink
padding för boka och fler datum, mobil
Browse files Browse the repository at this point in the history
  • Loading branch information
selmarosine committed Dec 13, 2023
1 parent 59c84ea commit 4944d9f
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions detaljsida.css
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@

.day-month,
.cal-right p {
font-size: 1.2vw;
font-size: 1.3vw;
color: var(--black);
}

Expand Down Expand Up @@ -603,8 +603,8 @@ h5 {
height: 45px;
border: 2px solid white;
border-radius: 66px;
margin-top: 5%;
margin-bottom: 3%;
margin-top: 40%;
margin-bottom: 20%;
cursor: pointer;
font-family: "Sometype Mono", monospace;
font-size: 1.2em;
Expand Down Expand Up @@ -632,10 +632,15 @@ h5 {
.cal-left,
.day-month,
.cal-right p {
font-size: 2.3vw;
font-size: 3vw;
color: black;
}

.more-dates {
margin-top: 15%;
margin-bottom: 8%;
}

.kalendarium {
font-size: 3vw;
}
Expand Down

0 comments on commit 4944d9f

Please sign in to comment.