mirror of
https://github.com/Lissy93/twitter-sentiment-visualisation.git
synced 2021-05-12 19:52:18 +03:00
Improved layout tweeks for mobile on homepage
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
window.incompatibleWithMobile = true
|
||||
|
||||
drawBubbleChart = (results) ->
|
||||
diameter = 450
|
||||
|
||||
@@ -59,3 +59,4 @@
|
||||
|
||||
a.waves-effect.waves-teal.btn-flat.pull-right(href='/about') Read More...
|
||||
.row: br
|
||||
.row.space-top1: hr(style='opacity: 0.6; margin: 2em 1em; border: none; border-top: 1px solid #9e9e9e;')
|
||||
@@ -60,6 +60,8 @@ block content
|
||||
#part-0.hide-on-small-only
|
||||
p
|
||||
|
||||
.hide-on-med-and-up: include ./component_mobile
|
||||
|
||||
.section#part-2
|
||||
h2 Sentiment Data Visualisations
|
||||
p.flow-text.grey-text.darken-4 Click one of the links below to generate the chart with the latest Twitter data
|
||||
|
||||
@@ -15,7 +15,6 @@ html
|
||||
include ./navbar
|
||||
else
|
||||
.hide-on-med-and-up: include ./navbar
|
||||
.hide-on-med-and-up: include ./component_mobile
|
||||
block content
|
||||
include ./footer_scripts
|
||||
block scripts
|
||||
|
||||
Reference in New Issue
Block a user