remove blurring from border
This commit is contained in:
parent
0ade732357
commit
4a0b08a481
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue