Skip to content

Commit

Permalink
text
Browse files Browse the repository at this point in the history
  • Loading branch information
ibrahem-hassan2000 committed Mar 27, 2023
1 parent 14879b1 commit e3c034f
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1286,7 +1286,7 @@ html[dir="rtl"] .career .form_Career .part1 input {
gap: 20px;
align-items: center;
flex-wrap: wrap;
margin-bottom: 44px;

}
.career .form_Career .upload input {
cursor: pointer;
Expand Down Expand Up @@ -1336,6 +1336,9 @@ html[dir="rtl"] .career .form_Career .part1 input {
border-radius: 10px;
gap: 16px;
}
.yourCV p {
font-size: 12px;
}
@media (max-width: 992px) {
.career .form_Career {
flex-wrap: wrap;
Expand All @@ -1353,6 +1356,12 @@ gap: 16px;
margin-bottom: 46px;
}
}
@media (max-width: 768px) {
.career .form_Career .upload {

margin-bottom: 44px;
}
}
/*==================================end career==============================*/
/*==================================start contact==============================*/

Expand Down

0 comments on commit e3c034f

Please sign in to comment.