Skip to content

Commit 744f566

Browse files
authored
Merge pull request #104 from Vishal-raj-1/footer
solve #98 footer is not responsive issue
2 parents 486fef4 + 70b53b2 commit 744f566

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

contact.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@
5656
$('.nwoc-drawer-item').click(function() {
5757
$( '.mdl-layout__drawer, .mdl-layout__obfuscator' ).removeClass( 'is-visible' );
5858
});
59+
});
5960
</script>
6061
</head>
6162
<body>

style.css

Lines changed: 9 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

@@ -685,6 +685,12 @@ svg {
685685
text-align: center;
686686
}
687687

688+
.footer-contact{
689+
background-color: #4578e3;
690+
margin: 0;
691+
padding: 12px 25px;
692+
}
693+
688694
.footer-contact a{
689695
text-decoration: none;
690696
color:white;
@@ -693,7 +699,7 @@ svg {
693699
text-decoration: none;
694700
color:white;
695701
display:inline;
696-
padding:10px;
702+
margin:12px;
697703
font-size:1.2em;
698704
}
699705

0 commit comments

Comments
 (0)