Skip to content
Snippets Groups Projects
Commit 40038b2f authored by Timofej Paramonov Bliki's avatar Timofej Paramonov Bliki :heart:
Browse files

Significantly improved with some careful tweaking of the width using the max function.

parent 77690686
No related branches found
No related tags found
1 merge request!28Merge Engineering into Main
Pipeline #453032 failed
{% extends "layout.html" %}
{% block title %}Engineering Success{% endblock %}
{% block lead %}Demonstrate engineering success in a technical aspect of your project by going through at least one iteration of the engineering design cycle. This achievement should be distinct from your Contribution for Bronze.{% endblock %}
{% block lead %}Our success in the Engineering Design Cycle{% endblock %}
{% block page_content %}
......@@ -14,11 +14,11 @@
}
h4 {
color: #e3000b;
font-size: 22pt;
font-size: 24pt;
font-weight: bold;
}
p {
font-size:14pt;
font-size:13pt;
text-align: justify;
}
.flex-parent {
......@@ -28,7 +28,8 @@
}
.flex-child {
border: 3px #4a0004 dashed;
margin: 1%;
margin: max(1%,10px);
width: max(400px,45%);
}
.flex-end {
border: 3px #4a0004 dashed;
......@@ -109,10 +110,8 @@
</div>
</div>
<h4>References:</h4>
<p>
Kim M, Jeong M, Hur S, Cho Y, Park J, Jung H, et al. Engineered ionizable lipid nanoparticles for targeted delivery of RNA therapeutics into different types of cells in the liver. Science Advances. 2021 Feb 26;7(9)
pCDNA4/Full length FVIII from Robert Peters (Addgene plasmid # 41036 ; http://n2t.net/addgene:41036 ; RRID:Addgene_41036)
</p>
<p>Kim M, Jeong M, Hur S, Cho Y, Park J, Jung H, et al. Engineered ionizable lipid nanoparticles for targeted delivery of RNA therapeutics into different types of cells in the liver. Science Advances. 2021 Feb 26;7(9)</p>
<p>pCDNA4/Full length FVIII from Robert Peters (Addgene plasmid # 41036 ; http://n2t.net/addgene:41036 ; RRID:Addgene_41036)</p>
<!--
<div class="row mt-4">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment