Skip to content
Snippets Groups Projects
Commit 291cfcbc authored by WiljamiT's avatar WiljamiT
Browse files

minor fix

parent 72b6e30b
Branches main
No related tags found
No related merge requests found
Pipeline #613909 passed
......@@ -55,7 +55,7 @@
<button>Twitter</button>
</div>
<div class="btn1">
<img src="img/logos/instagram-svgrepo-com.svg" alt="ig-logo"/>
<img src="img/logos/instagram-svgrepo-com.svg" alt="ig-logo" />
<button>Instagram</button>
</div>
<p>Or sign up using</p>
......
......@@ -91,7 +91,7 @@
}
img {
height: 30px;
height: 36px;
width: auto;
margin: 5px;
}
......@@ -109,9 +109,9 @@
img {
margin: 0px;
padding: 3px;
height: 36px;
width: 40px;
padding: 6px;
// height: 36px;
// width: 40px;
border-radius: 0px;
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
......
......@@ -765,7 +765,7 @@ p {
cursor: pointer;
}
.form img {
height: 30px;
height: 36px;
width: auto;
margin: 5px;
}
......@@ -786,9 +786,7 @@ p {
.form .btn1 img,
.form .btn2 img {
margin: 0px;
padding: 3px;
height: 36px;
width: 40px;
padding: 6px;
border-radius: 0px;
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment