Skip to content

Commit 55a302c

Browse files
committed
Ensure logos never have rounded corners
1 parent 5ae2db6 commit 55a302c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/app.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -938,6 +938,7 @@ input::placeholder {
938938
height: 80px;
939939
width: auto;
940940
margin-bottom: var(--space-lg);
941+
border-radius: 0;
941942
}
942943

943944
.hero .description {
@@ -957,6 +958,7 @@ input::placeholder {
957958
height: 80px;
958959
width: auto;
959960
margin-bottom: var(--space-lg);
961+
border-radius: 0;
960962
}
961963

962964
/* Lead paragraph - prominent intro text */

0 commit comments

Comments
 (0)