0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-13 00:03:15 +00:00

format and editable logo

This commit is contained in:
Victor Losada Hernandez
2023-03-02 18:25:23 +01:00
parent 690e797fe5
commit 33ae652222
2 changed files with 43 additions and 42 deletions

View File

@@ -35,7 +35,6 @@ ___
![image](https://i.imgur.com/dpg5qPT.png) {} ![image](https://i.imgur.com/dpg5qPT.png) {}
{{logo}} {{logo ![](/assets/naturalCritLogo.svg)}}
\page`; \page`;
}; };

View File

@@ -814,7 +814,7 @@ h5 + table{
border : none; border : none;
} }
img { .columnWrapper > p img {
position : absolute; position : absolute;
left : 60%; left : 60%;
top : 20%; top : 20%;
@@ -829,11 +829,13 @@ h5 + table{
.logo { .logo {
position : absolute; position : absolute;
bottom : 1cm; bottom : 1cm;
left: 50%; left : 0;
translate: -50% 0; right : 0;
width: 2cm;
height : 2cm; height : 2cm;
background-image: @naturalCritLogo; img {
height : 2cm;
width : 100%;
}
} }
&::after { &::after {