[gimp-web/gimp-web-static] Beginning some styling for responsive layouts (mobile)
- From: Pat David <patdavid src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp-web/gimp-web-static] Beginning some styling for responsive layouts (mobile)
- Date: Wed, 19 Aug 2015 02:57:16 +0000 (UTC)
commit 3e7dbfd125e92fce9bf49878e9012cfff79d6794
Author: Pat David <pat patdavid net>
Date: Tue Aug 18 21:57:11 2015 -0500
Beginning some styling for responsive layouts (mobile)
themes/newgimp/static/css/index.css | 32 ++++++++++++++++++++++++++++++++
1 files changed, 32 insertions(+), 0 deletions(-)
---
diff --git a/themes/newgimp/static/css/index.css b/themes/newgimp/static/css/index.css
index f8ed1ea..1170eba 100644
--- a/themes/newgimp/static/css/index.css
+++ b/themes/newgimp/static/css/index.css
@@ -109,3 +109,35 @@ nav#menu li#gimp-home {
#cap-photos p {
text-align: left;
}
+
+#banner h1 {
+ margin-right: 0;
+ margin-top: -2rem;
+ font-size: 10rem;
+}
+
+#banner .introInfo {
+ margin-top: -3rem;
+}
+
+span#gFirst {
+ text-align: center;
+}
+
+ media (min-width: 40rem) {
+ #banner h1 {
+ margin-right: 1rem;
+ margin-top: 0;
+ font-size: 11rem;
+ }
+
+ span#gFirst {
+ text-align: left;
+ }
+ #banner .introInfo {
+ margin-top: -3rem;
+ }
+}
+
+ media (min-width: 64rem) {
+}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]