feat: update templates
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 38 KiB After Width: | Height: | Size: 58 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 43 KiB After Width: | Height: | Size: 74 KiB |
@@ -26,12 +26,13 @@
|
|||||||
.title-wrapper {
|
.title-wrapper {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width: 900px;
|
width: 900px;
|
||||||
top: 20%;
|
top: 25%;
|
||||||
left: 50%;
|
left: 50%;
|
||||||
transform: translate(-50%, -50%);
|
transform: translate(-50%, -50%);
|
||||||
font-size: 70px;
|
font-size: 60px;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
z-index: 10;
|
||||||
}
|
}
|
||||||
|
|
||||||
.title {
|
.title {
|
||||||
@@ -133,7 +134,7 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="title-wrapper">
|
<div class="title-wrapper">
|
||||||
<span class="title">{{title}}</span>
|
<span class="title">{{text}}</span>
|
||||||
</div>
|
</div>
|
||||||
<image src="{{image}}" class="image-center" />
|
<image src="{{image}}" class="image-center" />
|
||||||
<div class="footer">
|
<div class="footer">
|
||||||
|
|||||||
Reference in New Issue
Block a user