diff --git a/layouts/index.html b/layouts/index.html index 307f635..ae77f96 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -4,8 +4,13 @@
-

rust's powerful actor system and most fun web framework +

+ rust's powerful actor system and most fun web framework

+ + Install +
@@ -156,4 +161,4 @@ let app = App::new() -{{ partial "footer" . }} \ No newline at end of file +{{ partial "footer" . }} diff --git a/static/css/actix.css b/static/css/actix.css index 041ada6..57af572 100644 --- a/static/css/actix.css +++ b/static/css/actix.css @@ -327,6 +327,12 @@ img { * */ +.actix-jumbotron-install { + min-width: 120px; + margin-top: 2rem; + display: inline-block; +} + .actix-features h2 { font-size: 1.5rem; margin-top: 2.25rem;