minimized top margin tutorial index

This commit is contained in:
antil0pa 2020-01-20 10:33:09 +01:00
parent 61410fd686
commit 281c3b3113
1 changed files with 3 additions and 2 deletions

View File

@ -75,6 +75,7 @@ a:hover {
#flex {
width: 80vw;
margin-top: -50px;
/* display: flex;
flex-direction: row;
flex-wrap: wrap;
@ -92,7 +93,7 @@ a:hover {
#flex .three {
padding-right: 60px;
margin-bottom: 50px;
margin-bottom: 80px;
}
#flex hr {
@ -210,7 +211,7 @@ a:hover {
display: block;
line-height: 30px;
color: #fff;
padding: 0 30px;
padding: 0 10px;
white-space: nowrap;
}