Skip to content

Commit

Permalink
Improved layout
Browse files Browse the repository at this point in the history
  • Loading branch information
PavlosIsaris committed Nov 21, 2022
1 parent e540b8d commit 64f88b7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions resources/assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
}

.laravel-cookies-consent .consent-form-container .consent-checkboxes .form-group label {
font-size: smaller;
font-size: small;
letter-spacing: 1px;
}

Expand Down Expand Up @@ -165,13 +165,13 @@
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
.laravel-cookies-consent {
width: 360px;
width: 420px;
}
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
.laravel-cookies-consent {
width: 360px;
width: 420px;
}
}

0 comments on commit 64f88b7

Please sign in to comment.