diff --git a/assets/css/style.css b/assets/css/style.css index 3c3e724fa..95ca1f859 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -258,6 +258,7 @@ body { .btn-primary { background-color: var(--old-rose); color: var(--white); + border-radius: 5px; } .btn-primary:is(:hover, :focus) { background-color: var(--chinese-violet); } @@ -515,6 +516,7 @@ body { border-radius: var(--radius-5); box-shadow: var(--shadow-2); transition: var(--transition-2); + border-radius: 10px; } .chapter-card:is(:hover, :focus-within) { transform: translateY(-10px); } @@ -584,6 +586,7 @@ body { background-color: var(--white); text-align: center; transition: var(--transition-2); + border-radius: 10px; } .pricing-card:is(:hover, :focus-within){ box-shadow: var(--shadow-4); } @@ -690,6 +693,7 @@ body { margin-block-end: 15px; outline: none; border-block-end: 2px solid transparent; + border-radius: 8px; } .input-field:focus { border-color: var(--old-rose); } @@ -706,6 +710,7 @@ textarea.input-field { .contact-card { background-color: var(--seashell); padding: 30px; + border-radius: 10px; } .contact-card .card-title { @@ -826,6 +831,7 @@ textarea.input-field { max-width: 540px; width: 100%; margin-inline: auto; + border-radius: 10px; } .section-text { --fs-7: 2rem; } @@ -1133,7 +1139,8 @@ textarea.input-field { .contact .wrapper { grid-template-columns: 1fr 0.5fr; } - .contact-form { padding: 40px; } + .contact-form { padding: 40px; + border-radius: 10px;} }