2025-02-27 19:00:36 +01:00
|
|
|
@media (max-width: 768px) {
|
|
|
|
|
#nostr-signup-button {
|
|
|
|
|
width: 200px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#invite-card-content {
|
2025-02-28 13:05:44 +01:00
|
|
|
width: 100%;
|
2025-02-27 19:00:36 +01:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media (min-width: 769px) {
|
|
|
|
|
#nostr-signup-button {
|
|
|
|
|
width: 300px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#invite-card-content {
|
|
|
|
|
width: 40%;
|
|
|
|
|
min-width: min-content;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#laseca-logo {
|
|
|
|
|
width: 200px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#nostr-signup-button p {
|
|
|
|
|
font-size: 1.5rem;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#invite-card-content {
|
|
|
|
|
margin-right: auto;
|
|
|
|
|
margin-left: auto;
|
|
|
|
|
padding: 20px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#invite-card-content > * {
|
|
|
|
|
margin: 1vh auto;
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|