Skip to content

Commit f2e76a0

Browse files
removed links from footer for mobile view
1 parent a6a9479 commit f2e76a0

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

css/style.css

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1879,10 +1879,12 @@ input{
18791879
font-size: 20px;
18801880
}
18811881
.flex-container .links{
1882-
width: 92%;
1883-
margin: 10px auto;
1884-
line-height: 24px;
1885-
font-size: 20px;
1882+
visibility: hidden;
1883+
display: none;
1884+
clear: both;
1885+
float: left;
1886+
margin: 10px auto 5px 20px;
1887+
width: 28%;
18861888
}
18871889
.flex-container .subscribe{
18881890
width: 92%;

0 commit comments

Comments
 (0)