Skip to content

Commit bd13975

Browse files
authored
Update container width and add promotional text
Increased the maximum width of the container and added a promotional paragraph for Mu.xyz.
1 parent 213a092 commit bd13975

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

internal/website/index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
padding: 1rem;
2222
}
2323
.container {
24-
max-width: 680px;
24+
max-width: 900px;
2525
background: white;
2626
padding: 3rem 2.5rem;
2727
border-radius: 16px;
@@ -210,6 +210,8 @@
210210
</head>
211211
<body>
212212
<div class="container">
213+
<p>Try <a href="https://mu.xyz">Mu.xyz</a> - a new app platform by the makers of Go Micro</p>
214+
213215
<div class="logo-wrapper">
214216
<img src="https://raw.githubusercontent.com/micro/go-micro/master/logo.png" alt="Go Micro Logo" />
215217
</div>

0 commit comments

Comments
 (0)