Skip to content

Commit

Permalink
edited submit page style
Browse files Browse the repository at this point in the history
  • Loading branch information
ha77an committed Jun 9, 2020
1 parent c0da411 commit 866078e
Showing 1 changed file with 10 additions and 13 deletions.
23 changes: 10 additions & 13 deletions client/src/components/pages/application/Submit/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,11 @@
margin-top: 5rem;
z-index: 3;
}
.Extra_Submit {
align-self: flex-start;
margin-top: 10rem;
margin-left: 3%;
}
.container_page_submit {
.container_submit_page {
background-color: rgba(245, 245, 245, 0.411);
display: flex;
flex-direction: column;
margin-top: 5%;
width: 32rem;
z-index: 1;
}
Expand All @@ -36,7 +32,7 @@
}
@media only screen and (max-width: 1150px) {

.container_page_submit {
.container_submit_page {
padding-right: 0%;
margin-left: 10%;
width: 32rem;
Expand All @@ -45,14 +41,14 @@

@media only screen and (max-width: 1050px) {

.container_page_submit {
.container_submit_page {
padding-right: 0%;
margin-left: 20%;
width: 32rem;
}
}
@media only screen and (max-width: 960px) {
.container_page_submit {
.container_submit_page {
background-color: rgba(245, 245, 245, 0.411);
display: flex;
flex-direction: column;
Expand All @@ -64,7 +60,7 @@
}

@media only screen and (max-width: 870px) {
.container_page_submit {
.container_submit_page {
background-color: rgba(245, 245, 245, 0.411);
display: flex;
flex-direction: column;
Expand All @@ -76,7 +72,7 @@
}

@media only screen and (max-width: 790px) {
.container_page_submit {
.container_submit_page {
background-color: rgba(245, 245, 245, 0.411);
display: flex;
flex-direction: column;
Expand All @@ -87,7 +83,7 @@

}
@media only screen and (max-width: 640px) {
.container_page_submit {
.container_submit_page {
background-color: rgba(245, 245, 245, 0.411);
display: flex;
flex-direction: column;
Expand All @@ -98,14 +94,15 @@

}
@media only screen and (max-width: 610px) {
.container_page_submit {
.container_submit_page {
background-color: rgba(245, 245, 245, 0.699);
display: flex;
flex-direction: column;
padding-right: 5%;
padding-left: 5%;
margin-left: 0;
width: 35rem;
margin-top: 1%;
}

}

0 comments on commit 866078e

Please sign in to comment.