[static-web] wiki: Make content width smaller for big screen resolutions
- From: Tom Tryfonidis <tomtryf src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [static-web] wiki: Make content width smaller for big screen resolutions
- Date: Tue, 16 May 2017 15:54:21 +0000 (UTC)
commit 7deae28285a28bfe079acaf126b7122227716327
Author: Tom Tryfonidis <tomtryf gnome org>
Date: Tue May 16 18:53:17 2017 +0300
wiki: Make content width smaller for big screen resolutions
wiki.gnome.org/gnome-responsive/css/layout.css | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/wiki.gnome.org/gnome-responsive/css/layout.css b/wiki.gnome.org/gnome-responsive/css/layout.css
index d867455..fcd094e 100644
--- a/wiki.gnome.org/gnome-responsive/css/layout.css
+++ b/wiki.gnome.org/gnome-responsive/css/layout.css
@@ -440,3 +440,9 @@ div.table-of-contents ol ol {
display: block;
}
}
+
+@media (min-width: 1400px) {
+ #main_content, #footer_content {
+ width: 65%;
+ }
+}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]