fix AFLOW-28
This commit is contained in:
parent
421085a8d5
commit
6b092b34b3
@ -6,6 +6,11 @@ body {
|
|||||||
width: 5%;
|
width: 5%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Give the logo a dark shadow to make it pop out */
|
||||||
|
.headLogo {
|
||||||
|
filter: drop-shadow(0 0 0.85rem rgba(0, 0, 0, 0.35));
|
||||||
|
}
|
||||||
|
|
||||||
@-moz-document url-prefix() {
|
@-moz-document url-prefix() {
|
||||||
.headLogo {
|
.headLogo {
|
||||||
width: 40%;
|
width: 40%;
|
||||||
|
Loading…
Reference in New Issue
Block a user