2021-11-15 14:01:58 +01:00
|
|
|
.red {
|
|
|
|
color: red;
|
|
|
|
}
|
|
|
|
|
|
|
|
.columns {
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
|
|
|
|
.columns > div {
|
|
|
|
flex: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
.replacable-fragment {
|
|
|
|
position: relative;
|
|
|
|
margin: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.replacable-fragment > div {
|
|
|
|
position:absolute;
|
|
|
|
top:0;
|
2021-11-15 22:01:28 +01:00
|
|
|
/* TODO: fix this properly */
|
|
|
|
left:25%;
|
2021-11-15 14:01:58 +01:00
|
|
|
}
|