This commit is contained in:
Chneemann 2024-05-16 19:44:27 +02:00
parent e8079a7c82
commit 29e3c3c67c
2 changed files with 6 additions and 4 deletions

View file

@ -113,7 +113,7 @@ section {
@media screen and (max-width: 450px) {
.content {
width: calc(100vw - 84px);
width: calc(100vw - 96px);
padding: 24px 36px;
p {
font-size: 36px;
@ -135,7 +135,7 @@ section {
@media screen and (max-width: 360px) {
.content {
width: calc(100vw - 60px);
width: calc(100vw - 72px);
padding: 12px 24px;
p {
font-size: 32px;

View file

@ -117,6 +117,8 @@ section {
.privacy-policy {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
input[type="checkbox"] {
width: 24px;
height: 24px;
@ -188,7 +190,7 @@ section {
@media screen and (max-width: 450px) {
.content {
width: calc(100vw - 84px);
width: calc(100vw - 96px);
padding: 24px 36px;
p {
font-size: 36px;
@ -210,7 +212,7 @@ section {
@media screen and (max-width: 380px) {
.content {
width: calc(100vw - 60px);
width: calc(100vw - 72px);
padding: 12px 24px;
p {
font-size: 32px;