bugfixes
This commit is contained in:
parent
e8079a7c82
commit
29e3c3c67c
2 changed files with 6 additions and 4 deletions
|
|
@ -113,7 +113,7 @@ section {
|
||||||
|
|
||||||
@media screen and (max-width: 450px) {
|
@media screen and (max-width: 450px) {
|
||||||
.content {
|
.content {
|
||||||
width: calc(100vw - 84px);
|
width: calc(100vw - 96px);
|
||||||
padding: 24px 36px;
|
padding: 24px 36px;
|
||||||
p {
|
p {
|
||||||
font-size: 36px;
|
font-size: 36px;
|
||||||
|
|
@ -135,7 +135,7 @@ section {
|
||||||
|
|
||||||
@media screen and (max-width: 360px) {
|
@media screen and (max-width: 360px) {
|
||||||
.content {
|
.content {
|
||||||
width: calc(100vw - 60px);
|
width: calc(100vw - 72px);
|
||||||
padding: 12px 24px;
|
padding: 12px 24px;
|
||||||
p {
|
p {
|
||||||
font-size: 32px;
|
font-size: 32px;
|
||||||
|
|
|
||||||
|
|
@ -117,6 +117,8 @@ section {
|
||||||
.privacy-policy {
|
.privacy-policy {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
width: 100%;
|
||||||
input[type="checkbox"] {
|
input[type="checkbox"] {
|
||||||
width: 24px;
|
width: 24px;
|
||||||
height: 24px;
|
height: 24px;
|
||||||
|
|
@ -188,7 +190,7 @@ section {
|
||||||
|
|
||||||
@media screen and (max-width: 450px) {
|
@media screen and (max-width: 450px) {
|
||||||
.content {
|
.content {
|
||||||
width: calc(100vw - 84px);
|
width: calc(100vw - 96px);
|
||||||
padding: 24px 36px;
|
padding: 24px 36px;
|
||||||
p {
|
p {
|
||||||
font-size: 36px;
|
font-size: 36px;
|
||||||
|
|
@ -210,7 +212,7 @@ section {
|
||||||
|
|
||||||
@media screen and (max-width: 380px) {
|
@media screen and (max-width: 380px) {
|
||||||
.content {
|
.content {
|
||||||
width: calc(100vw - 60px);
|
width: calc(100vw - 72px);
|
||||||
padding: 12px 24px;
|
padding: 12px 24px;
|
||||||
p {
|
p {
|
||||||
font-size: 32px;
|
font-size: 32px;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue