mirror of
https://github.com/samsonjs/retrogit.git
synced 2026-03-25 09:25:49 +00:00
Add card background on signed in index page too.
This commit is contained in:
parent
305e4a86f5
commit
8a05a55208
2 changed files with 3 additions and 2 deletions
|
|
@ -82,7 +82,7 @@ a:hover {
|
|||
.blurb {
|
||||
font-size: 16px;
|
||||
line-height: 24px;
|
||||
margin: 1em 0;
|
||||
margin: 1em 15px;
|
||||
}
|
||||
|
||||
.blurb .avatar {
|
||||
|
|
@ -170,7 +170,6 @@ input[type="submit"].inline.destructive {
|
|||
}
|
||||
|
||||
#pitch {
|
||||
margin: 0 15px;
|
||||
padding-right: 230px;
|
||||
position: relative;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2,6 +2,8 @@
|
|||
|
||||
{{define "body"}}
|
||||
|
||||
<img class="card-background" src="/static/images/card-background.jpg" srcset="/static/images/card-background.jpg 1x, /static/images/card-background@2x.jpg 2x" width="1111" height="339" alt="">
|
||||
|
||||
<div class="blurb">
|
||||
You're signed in as
|
||||
{{template "user" .User}}
|
||||
|
|
|
|||
Loading…
Reference in a new issue