diff --git a/css/style.css b/css/style.css index 5492635f4..8bb00011c 100755 --- a/css/style.css +++ b/css/style.css @@ -15,15 +15,27 @@ ibm-q-button { margin-top: 70px; } +@media (max-width: 767px) { + .qiskit-title { + margin-top: 10px; + } + } + .qiskit-title p { font-size: 1.8em; font-weight: 100; } .qiskit-top-banner { - padding: 80px 20px; + padding: 80px 20px 60px 20px; } +@media (max-width: 767px) { + .qiskit-top-banner { + padding-top: 60px; + } + } + .qiskit-bottom-banner { padding: 40px 20px; background-color: #ffffff; diff --git a/index.html b/index.html index 8ea92337a..e8246d935 100755 --- a/index.html +++ b/index.html @@ -21,11 +21,11 @@
-
+
QISKit Logo
-
-
+
+

QISKit

Quantum Information Software Kit