fixresohome

This commit is contained in:
2018-05-31 17:29:24 +02:00
parent 928d5ce3a7
commit ecc6d32633
8 changed files with 139 additions and 14 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -41,12 +41,12 @@
}
#home{
display: flex;
height: 100vh;
.visu-album{
position: absolute;
}
.title{
z-index: 999;
height: 100vh;
z-index: 998;
width: 100%;
display: flex;
flex-wrap: wrap;
@@ -67,13 +67,14 @@
vertical-align: middle;
margin-top: 8px;
&:nth-of-type(1){
width: 25px;
width: 20px;
margin-right: 5px;
}
}
a{
&:last-child{
img{
width: 36px;
width: 28px;
}
}
}