added background colour to work links as fill in while images load. TODO: optimise images further to lighten load
This commit is contained in:
parent
a893c9d7d8
commit
219f8cbff5
|
@ -129,6 +129,7 @@ section#otherSection {
|
|||
border: solid thick white;
|
||||
background-position: center !important;
|
||||
background-size: cover !important;
|
||||
background-color: #BFBFBF;
|
||||
}
|
||||
|
||||
.work ul a {
|
||||
|
|
Loading…
Reference in New Issue