Skip to content

Commit

Permalink
Merge pull request #60 from jibon969/jayed-dev
Browse files Browse the repository at this point in the history
added some file
  • Loading branch information
jibon-dev authored Feb 12, 2024
2 parents 784e637 + d06d20d commit 500dd81
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
10 changes: 5 additions & 5 deletions final.css
Original file line number Diff line number Diff line change
Expand Up @@ -401,19 +401,19 @@ body{
box-sizing: border-box;
background: #f3f3f3;
border-radius: 50%;
min-width: 70px;
min-height: 70px;
min-width: 65px;
min-height: 65px;
position: relative;
display: flex;
justify-content: center;
align-items: center;
margin: 7px;
margin: 5px;
}

.social-image {
box-sizing: border-box;
max-width: 36px;
max-height: 36px;
max-width: 30px;
max-height: 30px;
position: relative;
overflow: visible;
}
Expand Down
26 changes: 13 additions & 13 deletions respon.css
Original file line number Diff line number Diff line change
Expand Up @@ -160,13 +160,13 @@
}

.social-icon {
min-width: 30px;
min-height: 30px;
min-width: 10px;
min-height: 10px;
}

.social-image {
max-width: 20px;
max-height: 20px;
max-width: 10px;
max-height: 10px;
}
/* Contact ==============> */
.support{
Expand Down Expand Up @@ -212,13 +212,13 @@
}

.social-icon {
min-width: 20px;
min-height: 20px;
min-width: 10px;
min-height: 10px;
}

.social-image {
max-width: 15px;
max-height: 15px;
max-width: 10px;
max-height: 10px;
}
/* Contact ==============> */
.support{
Expand Down Expand Up @@ -273,14 +273,14 @@
}

.social-icon {
min-width: 50px;
min-height: 50px;
margin: 7px;
min-width: 40px;
min-height: 40px;
margin: 5px;
}

.social-image {
max-width: 15px;
max-height: 15px;
max-width: 20px;
max-height: 20px;
}
/* Contact ========================== */
.support{
Expand Down

0 comments on commit 500dd81

Please sign in to comment.