remove blurring from border

This commit is contained in:
root 2020-10-30 00:15:47 +00:00
parent 0ade732357
commit 4a0b08a481

View file

@ -107,7 +107,7 @@ section.cta h2 {
width: 350px;
height: 350px;
border-radius: 50%;
box-shadow: 0px 0px 15px 4px #9c8e8e;
border: 3px solid #f9f9ed;
}
.col-img-desc {
@ -138,4 +138,4 @@ section.cta h2 {
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
text-align: center;
}
}