Skip to content

Commit

Permalink
Fix Styling of Homepage Intro Text
Browse files Browse the repository at this point in the history
  • Loading branch information
aswinshenoy committed Mar 7, 2019
1 parent c363d9b commit 0899e6d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pages/static/pages/js/home.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ new TypeIt('#header-title', {
.type('We promote & contribute to Open Source Technologies.')
.pause(300)
.delete(52)
.type('We mentor students to achieve excellence in <br>')
.type('We mentor students to achieve excellence in ')
.type('Technical and')
.pause(200)
.delete(13)
Expand Down
4 changes: 2 additions & 2 deletions pages/static/pages/styles/home.sass
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ section
width: 100%
object-fit: cover
#header-title
z-index: 8000
z-index: 1000
padding: 5vh 5vw
position: absolute
left: 0
color: white
font-size: calc(1.8rem + 1vw)
font-size: calc(1rem + 2.3vw)

#intro
min-height: inherit
Expand Down

0 comments on commit 0899e6d

Please sign in to comment.