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 .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