position ajax

This commit is contained in:
2020-07-06 13:48:00 +02:00
parent 32e6254983
commit 18c6d3a67a
2 changed files with 38 additions and 9 deletions
@@ -12,3 +12,14 @@ article img,
height: 100%;
object-fit: cover;
}
.layout-content > div{
display: flex;
}
.side_notes{
position: relative;
}
.side_notes > *{
position: absolute;
}