Fix home page doodad overflow

This commit is contained in:
TheNeedful-DO 2023-11-12 05:58:37 +00:00
parent 36e790fe05
commit 1b77eb44de
2 changed files with 6 additions and 4 deletions

View File

@ -1,4 +1,5 @@
.doodad
word-wrap: break-word
padding: 1em
background: darkgoldenrod
box-shadow: 0px -2px 8px black

View File

@ -4,10 +4,11 @@
- else
%h1 Web3 Social Gaming <br/>Crypto Rewards
#doodads
- if current_user.signed_in?
%p= link_to '+ New Doodad', new_doodad_path
= render @doodads
.contain
#doodads
- if current_user.signed_in?
%p= link_to '+ New Doodad', new_doodad_path
= render @doodads
-# #canisters
= render @canisters