add border-radius to buttons
This commit is contained in:
parent
fb801e3752
commit
ab588fd27b
@ -130,7 +130,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.hero .btn {
|
.hero .btn {
|
||||||
border-radius: 0;
|
border-radius: 999px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn:hover {
|
.btn:hover {
|
||||||
@ -436,8 +436,9 @@
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
max-width: 1300px;
|
max-width: 1300px;
|
||||||
height: 340px;
|
height: 340px;
|
||||||
border-radius: 20px;
|
border-radius: 0;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
justify-self: end;
|
||||||
}
|
}
|
||||||
|
|
||||||
.discovery-banner img {
|
.discovery-banner img {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user