Boa tarde, Eu fiz tudo para que o menu de navegação fique embaixo da foto, mais entre elas tem um espaço e não sei como deletar ele, alguma pessoa pode-me ajudar?
Código de CSS
body {
background-color: #F2FFFC;
font-family: "Crimson Text", "Times New Roman", serif;
font-size: 120%;
line-height: 1.5;
}
h1 {
font-family: "Open Sans Condensed", "Arial", sans-serif;
text-transform: uppercase;
font-size: 30px;
}
h2 {
font-family: "Open Sans Condensed", "Arial", sans-serif;
font-size: 30px;
clear: both;
}
main h1{
font-size: 60px;
background-color: #851944;
color: white;
text-align: center;
font-family: "Open Sans Condensed", sans-serif;
padding: 25px;
margin: 0px;
border-bottom: 10px solid black;
text-transform: uppercase;
}
P {
text-align: justify;
margin: 20px 0;
}
main div{
width: 720px;
margin: auto;
padding: 40px 0;
padding-bottom: 80px;
}
div {
width: 720px;
margin-left: auto;
margin-right: auto;
}
blockquote {
background-color: #D9E5E3;
padding: 20px;
border: 10px solid #C2CCCA;
border-bottom-color: #333;
border-right-color: #FFF;
width: 250px;
margin: 20px 40px;
box-sizing: border-box;
}
.fiat{
float: right;
}
.petrobras{
float: left;
}
.article-bio {
padding-bottom: 30px;
border-bottom: 1px solid #ccc;
margin-bottom: 20px;
margin: 30px;
}
.article-blog{
width: 720px;
margin-left: auto;
margin-right: auto;
border-bottom: 1px solid #ccc;
padding: 40px 0;
padding-bottom: 80px;
}
nav a {
color: #F2FFFC;
font-family: "Open sans condensed";
text-transform: lowercase;
}
main a {
color: #851944;
}
aside a {
color: inherit;
font-family: "Open Sans Condensed", sans-serif;
}
nav h1{
font-size: 30px;
margin-bottom: 25px;
}
main div{
padding: 30px 0;
}
strong {
font-weight: bold;
}
em {
font-style: italic;
}
.icones-redes-sociais li {
display: inline-block;
}
.rodape-pagina {
background-color: #000;
color: #F2FFFC;
padding: 20px;
}
.leia-mais {
padding: 7px;
margin: 7px;
background-color: beige;
display: block;
font-size: 23px;
text-align: center;
}
.icones-redes-sociais a{
width: 40px;
height: 40px;
display: inline-block;
font-size: 0;
}
.github{
background-image: url(github.png);
}
.twitter{
background-image: url(twitter.png);
}
.linkedin{
background-image: url(linkedin.png);
}
aside, img{
float: right;
width: 15%;
}
main {
float: left;
width: 85%
}
aside {
background-color: #3C1D3D;
color: #F2FFFC;
text-align: center;
clear: right;
top: 310px;
}
footer{
clear: both;
position: fixed;
bottom: 0;
width: 100%;
box-sizing: border-box;
}
cite{
font-style: italic;
float: right;
}
.navegacao-site{
float: right;
width: 15%;
box-sizing: border-box;
border-left: 10px solid black;
border-bottom: 10px solid black;
position:relative;
top: 310px;
}
.foto-joao-da-silva{
position: absolute;
top: 0px;
right: 0px;
width: 300px;
float: right;
box-sizing: border-box;
border-left: 10px solid black;
border-bottom: 10px solid black;
}