fix image attribution text on mobile
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Aadil Ayub 2021-07-15 18:37:29 +05:00
parent a635e4c302
commit d6d64835a4
1 changed files with 14 additions and 8 deletions

View File

@ -242,14 +242,20 @@ footer .separator {
}
figcaption {
font-weight: 300;
color: white;
padding: 5px;
background: #00000063;
text-align: end;
position: relative;
bottom: 34px;
width: max-content;
font-weight: 100;
text-align: center;
margin: 1em 0;
@media (min-width: 768px) {
font-weight: 300;
color: white;
padding: 5px;
background: #00000063;
position: relative;
bottom: 34px;
width: max-content;
margin: 0;
}
}
}