@JasonGipson
Thanks a lot for your answer, this is great and super helpful!
The fluid engine definitely already caused some frustration in this case and your solution is exactly what I was looking for 🙂
I adjusted some minor things in the code and it looks great. I have two small remaining questions:
Do you know why the link I incorporated is not displayed underlined and why it does not open up in a new page (i.e. it is just opening up in the same webpage)?
Is there an easy way to put the .msc-date-year object above instead of to the left of the .msc-content object for the mobile version?
<style>
.msc-outer-wrapper{
display: flex;
justify-content: space-between;
padding-top: 2em;
padding-bottom: 2em;
}
.msc-content{
text-align: left;
color: #243551;
justify-content: space-between;
width: 80%;
@media (max-width:768px)
{width: 100%;
}
}
.msc-date-year{
width: 20%;
}
</style>
<div class="msc-outer-wrapper">
<div class="msc-date-year">
<h3><span style="color:#243551">2023</span> </h3>
</div>
<div class="msc-content">
<div> <p2 class="sq">Cossey, S. M., G. J. Velicer and Y.-T. N Yu. Ribonuclease D processes a small RNA regulator of multicellular development in myxobacteria. *Genes* (2023). **MyxoEE-2.** [READ IT HERE][1]
</p2></div></div>
[1]: https://www.mdpi.com/2073-4425/14/5/1061