Skip to content

Commit 7c0f598

Browse files
authored
Merge pull request #81 from Ramanpreet6262/master
Removed links from footer for mobile view (check-re-dir)
2 parents 8e87057 + f2e76a0 commit 7c0f598

File tree

2 files changed

+37
-2
lines changed

2 files changed

+37
-2
lines changed

css/style.css

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1859,3 +1859,38 @@ ul li {
18591859
input{
18601860
color: white;
18611861
}
1862+
1863+
@media ( max-width : 420px){
1864+
.flex-container{
1865+
display: flex;
1866+
flex-direction: column;
1867+
flex-wrap: wrap;
1868+
width: 92%;
1869+
margin-left: auto;
1870+
margin-right: auto;
1871+
padding-top: 40px;
1872+
padding-bottom: 10px;
1873+
}
1874+
.flex-container .about{
1875+
width: 92%;
1876+
margin: 10px auto;
1877+
text-align: center;
1878+
line-height: 24px;
1879+
font-size: 20px;
1880+
}
1881+
.flex-container .links{
1882+
visibility: hidden;
1883+
display: none;
1884+
clear: both;
1885+
float: left;
1886+
margin: 10px auto 5px 20px;
1887+
width: 28%;
1888+
}
1889+
.flex-container .subscribe{
1890+
width: 92%;
1891+
margin: 10px auto;
1892+
text-align: center;
1893+
line-height: 24px;
1894+
font-size: 20px;
1895+
}
1896+
}

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ <h3>Certificate Generator</h3>
258258
</div>
259259
<div id="more">
260260
<transition name="fade">
261-
<a href="Projects.html" class="more">More Projects...</p>
261+
<a href="Projects.html" class="more">More Projects...</a>
262262
</transition>
263263
</div>
264264
</div>
@@ -341,7 +341,7 @@ <h2>Donate Us to grow more</h2>
341341
</div>
342342
</div>
343343
</div>
344-
</div>
344+
345345

346346
<!--Footer-->
347347
<div id="footer">

0 commit comments

Comments
 (0)