Skip to content

Commit

Permalink
Merge branch 'SUGAM-ARORA:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
udayand4s authored Jul 1, 2024
2 parents ecccd62 + d0b5abc commit 0c4c1b4
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 6 deletions.
15 changes: 10 additions & 5 deletions src/Components/Careers/careers.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@

.searchCareers1 {
display: flex;
gap: 0px;
justify-content: center;
gap: 50px;
}

.searchCareers1 input {
Expand Down Expand Up @@ -122,7 +122,7 @@
color: white;
font-size: 30px;
font-weight: bold;
text-decoration: underline;
/* text-decoration: underline; */
}
.Careers2abHeading{
display: flex;
Expand Down Expand Up @@ -168,18 +168,23 @@
.boxes4Careers{
width: 652px;
height: 500px;
outline: 5px solid #ff6347;
/* outline: 5px solid #ff6347; */
padding: 40px;
display: flex;
flex-direction: column;
border: 2px solid #6052ff;
box-shadow: 7px 7px 32px 0 #6052ff;
background-color: #13093d;
border-radius: 50px;
}
.box4desc{
text-align: justify;
font-size: 30px;
font-weight: bold;
/* font-size: 30px; */
/* font-weight: bold; */
margin-bottom: 45px;
font-size: 25px;
font-weight: 400;
word-spacing: -1px;
}
.writerCareers{
font-size: 30px;
Expand Down
5 changes: 4 additions & 1 deletion src/Components/footer_section/services/Services.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@
}

.service-post {
border: 2px solid #6052ff;
box-shadow: 7px 7px 32px 0 #6052ff;
background: #19162c;
padding: 20px;
border-radius: 10px;
Expand All @@ -58,7 +60,8 @@

.service-post:hover {
transform: translateY(-5px);
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
/* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); */
box-shadow: 7px 7px 32px 0 #6052ff;
}

.service-post.expanded .content {
Expand Down

0 comments on commit 0c4c1b4

Please sign in to comment.