mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-28 01:55:38 -05:00
Fix /schools big quote location
This commit is contained in:
parent
2adb255a48
commit
d782eb174e
1 changed files with 4 additions and 4 deletions
|
@ -74,6 +74,9 @@
|
|||
background-size: cover
|
||||
color: #FFFFFF
|
||||
|
||||
td
|
||||
vertical-align: top
|
||||
|
||||
.big-quote-mark
|
||||
font-family: Merriweather
|
||||
font-size: 130px
|
||||
|
@ -81,11 +84,9 @@
|
|||
line-height: 130px
|
||||
margin-right: 0px
|
||||
opacity: 0.5
|
||||
vertical-align: top
|
||||
|
||||
.hero-quote-container
|
||||
margin: 20px
|
||||
margin-left: 0px
|
||||
margin: 20px 20px 20px 0px
|
||||
width: 60%
|
||||
|
||||
.hero-quote
|
||||
|
@ -94,7 +95,6 @@
|
|||
font-size: 38px
|
||||
font-weight: 700
|
||||
line-height: 48px
|
||||
margin-top: 20px
|
||||
|
||||
.hero-quote-attribution
|
||||
font-family: Helvetica, sans-serif
|
||||
|
|
Loading…
Reference in a new issue