Skip to content

Commit 5b0fbd3

Browse files
committed
add background color to footer so that it will not overflow
1 parent 7a61963 commit 5b0fbd3

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
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: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -685,6 +685,11 @@ svg {
685685
text-align: center;
686686
}
687687

688+
.footer-contact{
689+
background-color: #4578e3;
690+
margin: 0;
691+
}
692+
688693
.footer-contact a{
689694
text-decoration: none;
690695
color:white;

0 commit comments

Comments
 (0)