mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-31 09:21:26 +00:00
Add background image (#379)
This commit is contained in:
parent
0009e99acc
commit
90ce7a131b
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
<?php Response::setMetaTitle(__('title.meetup')) ?>
|
||||
<?php echo View::render('nav/_header', ['isDark' => true, 'isAbsolute' => true]) ?>
|
||||
<main>
|
||||
<div class="cover cover-dark cover-center cover-full cover--dark-overlay" style="background-color:rgb(74, 175, 152)">
|
||||
<div class="cover cover-dark cover-center cover-full cover--dark-overlay" style="background-image: url(/img/table2.jpg)">
|
||||
<div class="content content-dark text-center">
|
||||
<h1 class="cover-title cover-title-tile cover-item--outline">
|
||||
Wanna Meet Up?
|
||||
|
|
Loading…
Add table
Reference in a new issue