Skip to content

Commit

Permalink
issue#85
Browse files Browse the repository at this point in the history
styles fixes
  • Loading branch information
pavel-karatsiuba committed Dec 28, 2022
1 parent 2723d71 commit e212586
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions res/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ h2 {

p,
label {
font-size: 1.6rem;
font-size: 3rem;
}

#container {
Expand All @@ -41,7 +41,7 @@ label {
#header {
width: 100%;
color: #f2f2f2;
padding: 5%;
padding: 1% 5%;
background: #244b59;
float: left;
text-align: center;
Expand All @@ -56,12 +56,12 @@ label {
#header #logoContainer img{
padding-right: 10px;
padding-bottom: 10px;
width: 30%;
width: 20%;
float: left;
}

#header #logoContainerText {
padding-top: 4vw;
padding-top: 1vw;
font-size: 7vw;
text-align: left;
}
Expand Down Expand Up @@ -187,6 +187,10 @@ select {
margin-top: 30px;
}

.swal2-actions .swal2-styled.swal2-confirm,
.swal2-actions .swal2-styled.swal2-cancel {
font-size: 17px;
}
.flex-cont {
justify-content: space-around;
display: none;
Expand All @@ -199,9 +203,12 @@ select {
}

.description {
margin: 10px;
display: block;
text-align: center;
display: table;
font-size: 2rem;
min-width: 660px;
padding: 10px 10% 0;
margin: auto;
}

@media only screen and (min-width: 320px) and (max-width: 1023px) and (orientation: landscape) {
Expand Down

0 comments on commit e212586

Please sign in to comment.