mirror of https://github.com/zulip/zulip.git
for-events: Change header image.
This commit is contained in:
parent
b14fc1d2bc
commit
df3fc22e92
Binary file not shown.
After Width: | Height: | Size: 108 KiB |
|
@ -2335,6 +2335,14 @@ nav {
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.portico-landing.why-page .bg-events {
|
||||||
|
position: relative;
|
||||||
|
|
||||||
|
background-image: url(../../images/landing-page/for-events.jpg);
|
||||||
|
background-size: cover;
|
||||||
|
background-position: center;
|
||||||
|
}
|
||||||
|
|
||||||
.portico-landing.why-page .bg-education {
|
.portico-landing.why-page .bg-education {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
|
|
||||||
|
|
||||||
<div class="portico-landing why-page no-slide solutions-page">
|
<div class="portico-landing why-page no-slide solutions-page">
|
||||||
<div class="hero bg-education">
|
<div class="hero bg-events">
|
||||||
<div class="bg-dimmer"></div>
|
<div class="bg-dimmer"></div>
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<h1 class="center">Zulip for conferences and events</h1>
|
<h1 class="center">Zulip for conferences and events</h1>
|
||||||
|
|
Loading…
Reference in New Issue