typographie

This commit is contained in:
2020-07-28 22:14:58 +02:00
parent f7a6562f51
commit b8dad034eb
91 changed files with 718 additions and 255 deletions
@@ -51,14 +51,20 @@ article img,
}
.side_notes{
position: relative;
& > a{
position: absolute;
// margin-top: -5.5rem;
transform: translateY(-50%);
}
}
.side_notes > *{
position: absolute;
width: 300px;
.side_notes *{
margin: 0 0 0 0;
padding: 0;
flex: 100%;
max-width: 100%;
}
.side_notes .d-flex {
flex-direction: column;
// flex-direction: column;
}