frontend: resize heading pictures as thumb file
This commit is contained in:
parent
b387f011d8
commit
0bc42282aa
4 changed files with 14 additions and 4 deletions
|
|
@ -331,7 +331,7 @@ img {
|
|||
margin-bottom: -15rem;
|
||||
}
|
||||
.page-header h1 {
|
||||
text-shadow: 0 0 5px rgba(255,255,255,0.9)
|
||||
text-shadow: 0 0 15px rgba(255,255,255,0.95), 0 0 5px rgb(255,255,255)
|
||||
}
|
||||
.page-header h1, .page-header h1 a {
|
||||
color: black;
|
||||
|
|
|
|||
Reference in a new issue