From b00dc6d8d143a404acf198502e381a260bd9a0f1 Mon Sep 17 00:00:00 2001 From: Fran Cabrera Date: Tue, 12 Sep 2017 13:38:36 +0100 Subject: [PATCH] Fixing mobile view --- css/style.css | 14 +++++++++++++- index.html | 6 +++--- 2 files changed, 16 insertions(+), 4 deletions(-) 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