We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d513a99 commit f87aaa8Copy full SHA for f87aaa8
web/src/main/scala/net/wiringbits/components/pages/HomePage.scala
@@ -36,7 +36,8 @@ import slinky.web.html._
36
"snippet" -> CSSProperties()
37
.setMaxWidth(800)
38
.setWidth("100%")
39
- .setMargin("1em 0"),
+ .setDisplay("block")
40
+ .setMargin("1em auto"),
41
"screenshot" -> CSSProperties()
42
.setMaxWidth(1200)
43
@@ -110,11 +111,11 @@ import slinky.web.html._
110
111
paragraph(
112
Fragment(
113
link(texts.tryIt, "https://template-demo-admin.wiringbits.net"),
- " (user=`",
114
+ " (user=",
115
strong("demo"),
- "`, password=`",
116
+ ", password=",
117
strong("wiringbits"),
- "`)"
118
+ ")"
119
)
120
121
0 commit comments