Skip to content

Commit

Permalink
design fix
Browse files Browse the repository at this point in the history
  • Loading branch information
junsan1 committed Jul 9, 2024
1 parent b017505 commit 429af6a
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -487,6 +487,31 @@ footer a:hover .github-icon {
background-color: #0056b3;
}

.subscribe-container {
max-width: 640px;
margin: 0 auto;
padding: 20px;
text-align: center;
}

.subscribe-container h1 {
margin-bottom: 20px;
}

.subscribe-container p {
margin-bottom: 20px;
}

.form-container {
display: flex;
justify-content: center;
margin-bottom: 20px;
}

.form-container iframe {
max-width: 100%;
}

@keyframes pulse {
0% {
transform: scale(1);
Expand Down Expand Up @@ -662,6 +687,14 @@ footer a:hover .github-icon {
.desktop-only {
display: none;
}

.subscribe-container {
padding: 10px;
}

.form-container iframe {
width: 100%;
}
}

@media (max-width: 576px) {
Expand Down

0 comments on commit 429af6a

Please sign in to comment.