Skip to content

Commit

Permalink
add secondary cta styles
Browse files Browse the repository at this point in the history
  • Loading branch information
sirodoht committed Aug 2, 2024
1 parent ac7d665 commit a5f1797
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion main/templates/assets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ section { max-width: 640px; margin: 0 auto 64px; font-size: 20px; }
@media (max-width: 600px) {
section { font-size: 18px; }
}
section h2 { text-align: center; margin: 64px 8px; }
section h2 { margin: 64px 0; }
section p, section li, section time { color: #646464; }
section a { color: #646464; }
section a:hover { color: #000; }
Expand Down Expand Up @@ -130,6 +130,10 @@ h2 {
h2 { font-size: 28px; }
}

@media (max-width: 640px) {
h2 { padding: 0 8px; }
}

@media (max-width: 640px) {
p { padding: 8px; }
}
Expand Down Expand Up @@ -244,6 +248,15 @@ nav a:hover { text-decoration: underline; }
@media (max-width: 700px) {
.cta { font-size: 20px; }
}
.ctasecondary {
color: #3D6D75;
font-size: 18px;
text-decoration: none;
background: white;
padding: 8px 16px;
border-radius: 32px;
border: 1px solid #3D6D75;
}

/* landing overview list */
#overview {
Expand Down

0 comments on commit a5f1797

Please sign in to comment.