fixup after rebase
This commit is contained in:
parent
ede0adf1fd
commit
3c0c937c55
2 changed files with 13 additions and 7 deletions
|
@ -245,12 +245,18 @@
|
|||
|
||||
/* homepage */
|
||||
|
||||
body.action-home {
|
||||
body.unauthenticated.action-home {
|
||||
background: white;
|
||||
font-family: 'noto-sans', sans-serif;
|
||||
font-weight: 200;
|
||||
}
|
||||
|
||||
.home {
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.homeLogo {
|
||||
position: fixed;
|
||||
top: 10px;
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
<% content_for :title, "Home | Metamaps" %>
|
||||
<% content_for :mobile_title, "Home" %>
|
||||
<div id="yield">
|
||||
<div class="home">
|
||||
<div class="homeLogo">METAMAPS</div>
|
||||
<div id="particles-bg"></div>
|
||||
<div class="homeWrapper homeText">
|
||||
|
|
Loading…
Reference in a new issue