Acredito que fiz tudo certinho conforme a aula 10, mas meus ícones ficaram minúsculos, não consegui achar a causa raíz.
CSS
.titulo-principal {
font-size: 60px;
background-color: #851944;
color: #FFF;
text-align: center;
font-family: "Open Sans Condensed", "Arial", sans-serif;
padding: 25px;
margin: 0;
border-bottom: 10px solid black;
text-transform: uppercase;
}
main a {
color: #851944;
}
h1, h2 {
font-size: 40px;
font-family: "Open Sans Condensed", "Arial", sans-serif;
}
p {
text-align: justify;
margin: 20px 0;
}
.centralizacao {
width: 720px;
margin: auto;
}
body {
font-family: "Crimson Text", "Times New Roman", serif;
background-color: #F2FFFC;
font-size: 120%;
line-height: 1.5;
}
blockquote{
background-color: #D9E5E3;
padding: 20px;
border: 10px #C2CCCA solid;
margin: 20px 40px;
box-sizing: border-box;
width: 250px;
border-bottom-color: #333;
border-right-color: #FFF;
}
.fiat{
float: right;
}
.petrobras{
float: left;
}
.navegacao-site {
background-color: #3C1D3D;
color: #F2FFFC;
padding: 20px;
text-align: center;
}
aside h1 {
font-size: 30px;
margin-bottom: 25px;
}
nav a {
color:#F2FFFC;
text-transform: lowercase;
}
aside a {
color: inherit;
font-family: "Open Sans Condensed", sans-serif;
}
.icones-sociais li {
display: inline-block;
}
main div {
padding: 30px 0;
}
strong {
font-weight: bold;
}
em {
font-style: italic;
}
h2 {
font-size: 30px;
clear: both;
}
article {
padding-bottom: 30px;
border-bottom: 1px solid #ccc;
margin-bottom: 20px;
}
.leia-mais {
padding: 8px;
margin: 16px;
display: block;
font-size: 24px;
text-align: center;
background-color: #E6E7E8;
}
.icones-sociais a {
width: 40px;
height: 40px;
display: inline-block;
text-indent: -10000px;
}
.github {
background-image: url(github.png);
}
.twitter {
background-image: url(twitter.png);
}
.linkedin {
background-image: url(linkedin.png);
}
#rodape-pagina {
background-color: #000;
color: #F2FFFC;
padding: 20px;
clear: both;
}
aside, img{
float: right;
width: 15%;
}
aside{
clear: right;
box-sizing: border-box;
}
main{
float: left;
width: 85%;
}
HTML
https://gist.github.com/anonymous/303b307392dc672725ee835f2af2f60d