Border radius has been added on the front page image.
This commit is contained in:
parent
98b788f730
commit
5b52877076
1 changed files with 3 additions and 1 deletions
|
@ -71,7 +71,9 @@ body { font-family: Arial; background-image: url('images/diamonds.png'); }
|
||||||
|
|
||||||
.frontPageImage {
|
.frontPageImage {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
-webkit-border-radius: 10px;
|
||||||
|
-moz-border-radius: 10px;
|
||||||
|
border-radius: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.securityChecklist {
|
.securityChecklist {
|
||||||
|
|
Loading…
Add table
Reference in a new issue