mobile styles done

This commit is contained in:
James Tomasino 2019-08-02 21:27:17 +00:00
parent 224904cb68
commit e8ba4951b8
2 changed files with 6 additions and 3 deletions

View File

@ -243,7 +243,7 @@ h3 {
grid-template-areas: grid-template-areas:
". . h3 h3 h3 h3 h3 h3 h3 h3 . . " ". . h3 h3 h3 h3 h3 h3 h3 h3 . . "
". cp cp cp cp cp cp cp cp cp cp . " ". cp cp cp cp cp cp cp cp cp cp . "
". . . ul ul ul ul ul ul . . . " ". ul ul ul ul ul ul ul ul ul ul . "
} }
#docs h3 { #docs h3 {
@ -270,7 +270,7 @@ h3 {
grid-template-areas: grid-template-areas:
". . h3 h3 h3 h3 h3 h3 h3 h3 . . " ". . h3 h3 h3 h3 h3 h3 h3 h3 . . "
". cp cp cp cp cp cp cp cp cp cp . " ". cp cp cp cp cp cp cp cp cp cp . "
". . ul ul ul ul ul ul ul ul . . " ". ul ul ul ul ul ul ul ul ul ul . "
} }
#features h3 { #features h3 {

View File

@ -1,5 +1,8 @@
<section id="footer"> <section id="footer">
<div>Icons made by <a href="https://www.flaticon.com/authors/freepik" title="Freepik">Freepik</a> from <a href="https://www.flaticon.com/" title="Flaticon">www.flaticon.com</a> is licensed by <a href="http://creativecommons.org/licenses/by/3.0/" title="Creative Commons BY 3.0" target="_blank">CC 3.0 BY</a></div> <div class="copy">
<p>Icons made by <a href="https://www.flaticon.com/authors/freepik" title="Freepik">Freepik</a> from <a href="https://www.flaticon.com/" title="Flaticon">www.flaticon.com</a> is licensed by <a href="http://creativecommons.org/licenses/by/3.0/" title="Creative Commons BY 3.0" target="_blank">CC 3.0 BY</a></p>
<p>&copy; 2019 Tilde Black</p>
</div>
</section> </section>
</body> </body>
</html> </html>