I don't understand how to get the spacing right. I need the first object to start at the top and I need the words to not be bunched together.
ScreenManager:
id: screen_manager
size_hint_y: 80
Screen:
name: 'Home'
ScrollView:
do_scroll_x: False
do_scroll_y: True
MDBoxLayout:
cols: 1
orientation: 'vertical'
height: self.minimum_height
size_hint_y: None
scroll_type: ['bars', 'content']
Image:
height: self.texture_size[1]
size_hint_y: None
keep_ratio: True
source: 'images/main.png'
MDLabel:
size_hint_y: None
text: 'The Purest CBD'
halign: "center"
font_style: "H1"
MDLabel:
size_hint_y: None
text: 'ThoughtCloud produces 100% organic, lab tested CBD oils made from hemp plants grown on licensed farms in the USA.'
halign: "center"
font_style: "H2"
MDFlatButton:
text: "MDFLATBUTTON"
Image:
height: self.texture_size[1]
size_hint_y: None
keep_ratio: True
allow_stretch: True
source: 'images/main.png'
Image:
height: self.texture_size[1]
size_hint_y: None
keep_ratio: True
allow_stretch: True
source: 'images/main.png'