diff --git a/refstack-ui/app/assets/css/style.css b/refstack-ui/app/assets/css/style.css index 75b59192..80b78ca6 100644 --- a/refstack-ui/app/assets/css/style.css +++ b/refstack-ui/app/assets/css/style.css @@ -124,9 +124,33 @@ h1, h2, h3, h4, h5, h6 { height: 70%; } +.jumbotron .openstack-intro__logo { + width: 100%; +} + .result-filters { padding-bottom: 10px; border-top: 2px solid #C9C9C9; border-bottom: 2px solid #C9C9C9; margin-bottom: 15px; } + +@media (min-width: 450px) { + .jumbotron .openstack-intro__logo { + width: 30%; + } + .openstack-intro__logo img { + float: right; + } + .openstack-intro__content > *:first-child { + margin-top: 0; + } + .openstack-intro__content > *:last-child { + margin-bottom: 0; + } +} +@media (min-width: 768px) { + .jumbotron.openstack-intro { + padding: 40px; + } +} \ No newline at end of file diff --git a/refstack-ui/app/components/home/home.html b/refstack-ui/app/components/home/home.html index 5929645a..bbd48200 100644 --- a/refstack-ui/app/components/home/home.html +++ b/refstack-ui/app/components/home/home.html @@ -1,11 +1,11 @@ -
-
+
+ +

OpenStack Interoperability

Refstack is a source of tools for OpenStack interoperability testing.

-
- OpenStack -