5,520
edits
No edit summary |
No edit summary |
||
Line 45: | Line 45: | ||
.switch-caption-container { | .switch-caption-container { | ||
display: none; | display: none; | ||
} | |||
/* ====== Project:About ====== */ | |||
.side-by-side-image-row { | |||
display: flex; | |||
flex-direction: column; | |||
gap: 2rem; | |||
} | |||
.side-by-side-image-container { | |||
width: 100%; | |||
} | |||
.image-caption { | |||
width: 85%; | |||
margin: 0 auto 30px auto!important; | |||
font-size: 85%; | |||
text-align: center; | |||
font-style: italic; | |||
} | } |