Fix home page doodad overflow

This commit is contained in:
Jesse C. Fisher 2023-11-12 05:58:37 +00:00 committed by TheNeedful-DO
parent a155b83a1b
commit 9879c8d239
2 changed files with 6 additions and 4 deletions

View File

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

View File

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