Final css fixes
This commit is contained in:
parent
d3446bffcc
commit
cd37aa2a0d
@ -16,6 +16,7 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.container {
|
.container {
|
||||||
|
width: 100%;
|
||||||
max-width: 961px;
|
max-width: 961px;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
@ -48,10 +49,16 @@ a.emailLink {
|
|||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.photo img {
|
.photo {
|
||||||
max-width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.photo img {
|
||||||
|
width: 100%;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/* Desktop */
|
/* Desktop */
|
||||||
@media only screen and (min-width: 961px) {
|
@media only screen and (min-width: 961px) {
|
||||||
code.nostrPubkey {
|
code.nostrPubkey {
|
||||||
|
Loading…
Reference in New Issue
Block a user