diff --git a/assets/scss/_bootstrap_custom.scss b/assets/scss/_bootstrap_custom.scss index 0b4bffa1..3b7bf522 100644 --- a/assets/scss/_bootstrap_custom.scss +++ b/assets/scss/_bootstrap_custom.scss @@ -17,5 +17,10 @@ background-color: inherit; } +.card-mindwendel { + @extend .card; + width: 394px; +} + // Required @import "bootstrap/scss/bootstrap"; diff --git a/lib/mindwendel_web/live/idea_live/index_component.html.heex b/lib/mindwendel_web/live/idea_live/index_component.html.heex index 903d4065..bc1acb6f 100644 --- a/lib/mindwendel_web/live/idea_live/index_component.html.heex +++ b/lib/mindwendel_web/live/idea_live/index_component.html.heex @@ -7,9 +7,7 @@ > <%= for idea <- @ideas do %>