Final css fixes

This commit is contained in:
Greg Shuflin 2024-10-18 17:26:36 -07:00
parent d3446bffcc
commit cd37aa2a0d

View File

@ -16,6 +16,7 @@ body {
}
.container {
width: 100%;
max-width: 961px;
display: flex;
flex-direction: column;
@ -48,10 +49,16 @@ a.emailLink {
text-decoration: none;
}
.photo img {
max-width: 100%;
.photo {
width: 100%;
}
.photo img {
width: 100%;
}
/* Desktop */
@media only screen and (min-width: 961px) {
code.nostrPubkey {