Implementação do rodapé

This commit is contained in:
eduardogusmao
2019-09-02 19:28:52 -03:00
parent ac035071ec
commit ee8345d785
10 changed files with 139 additions and 88 deletions

View File

@@ -1,4 +1,10 @@
p{
color: #666;
line-height: 21px;
font-size: 15px !important;
}
@media (min-width: 768px) {
.container {
width: 750px;
@@ -151,4 +157,39 @@ section#inicial{
}
}
}
#page{
#page-content{
.titulo{
font-weight: 900;
font-size: 24px;
color: #003D70;
margin-bottom: 8px;
}
#site-news-forum{
#news-articles{
.news-article{
margin-bottom: 15px;
.news-article-content{
h3{
a{
color: #565656;
font-weight: bold;
text-decoration: none;
}
}
}
}
}
}
}
}
/* ################################### FOOTER ################################# */
#page-footer{
margin-top: 55px;
.footer-logo{
.logo-qualisaude{
height: 50px;
}
}
}