Skip to content

Commit 70b53b2

Browse files
committed
adding padding and margin at required place
1 parent eebd4cd commit 70b53b2

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

style.css

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,8 @@ a {
136136

137137
@media screen and (max-width: 961px) {
138138
#myBtn {
139-
bottom: 38px;
140-
right: 20px;
139+
bottom: 15px;
140+
right: 9px;
141141
}
142142
}
143143

@@ -688,6 +688,7 @@ svg {
688688
.footer-contact{
689689
background-color: #4578e3;
690690
margin: 0;
691+
padding: 12px 25px;
691692
}
692693

693694
.footer-contact a{
@@ -698,7 +699,7 @@ svg {
698699
text-decoration: none;
699700
color:white;
700701
display:inline;
701-
padding:10px;
702+
margin:12px;
702703
font-size:1.2em;
703704
}
704705

0 commit comments

Comments
 (0)