Content deleted Content added
No edit summary |
No edit summary |
||
Line 31:
font-family:'Rubik',sans-serif;
text-shadow: 1px 1px 1px #333333;
}
.figureTitle {
display: inline-block;
}
Line 50 ⟶ 54:
#figureColumn2 {
width: 80%;
display:table-cell;
}
.figureData {
display:table;
width:100%;
}
Line 55 ⟶ 65:
font-size:small;
padding-left:5px;
}
.figureBoxRow {
width:100%;
text-align:center;
display:flex;
}
|