Merge branch 'main' of git.disroot.org:Disroot-themes/grav-theme-disroot
This commit is contained in:
commit
bc971d171c
3 changed files with 2 additions and 2 deletions
|
@ -46,7 +46,7 @@ header {
|
|||
/************************************************/
|
||||
/* A place for temporary campaigns / sticker on home banner */
|
||||
.sticker {
|
||||
background: url(../images/2022-report.png) no-repeat center center;
|
||||
background: url(../images/birthday23.png) no-repeat center center;
|
||||
-webkit-transform: rotate(-10deg);
|
||||
transform: rotate(-10deg);
|
||||
position: absolute;
|
||||
|
|
BIN
images/birthday23.png
Normal file
BIN
images/birthday23.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 110 KiB |
|
@ -7,7 +7,7 @@
|
|||
<h1 class="responsive-headline">{{ site.header.title }}</h1>
|
||||
<h3>{{ site.header.description }}</h3>
|
||||
<!-- Place for temporary stickers -->
|
||||
<a class=sticker href="/annual_reports/AnnualReport2022.pdf" target=_blank></a>
|
||||
<a class=sticker href="" target=_blank></a>
|
||||
<!--a class=sticker href="/covid19"></a-->
|
||||
<hr />
|
||||
{% if site.social %}
|
||||
|
|
Loading…
Reference in a new issue