[gnome-web-www: 5/68] Adding modifications to css file
- From: Tom Tryfonidis <tomtryf src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-web-www: 5/68] Adding modifications to css file
- Date: Tue, 24 Jan 2017 15:47:37 +0000 (UTC)
commit 9bb40f6ae9700c9a50c5453b0f0343d9059b66c1
Author: Saumya Dwivedi <sadwivedi groupon com>
Date: Wed May 20 01:44:11 2015 +0530
Adding modifications to css file
theme/css/responsive.css | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/theme/css/responsive.css b/theme/css/responsive.css
index b9dcd16..b0b9e05 100644
--- a/theme/css/responsive.css
+++ b/theme/css/responsive.css
@@ -261,11 +261,11 @@
.foundation_board img {
margin: auto !important;
}
-@media (min-width: 360px) and (max-width: 767px) {
+@media (max-width: 360px) {
.foundation_board {
- -moz-column-count: 2 !important;
- -webkit-column-count: 2 !important;
- column-count: 2 !important;
+ -moz-column-count: 1 !important;
+ -webkit-column-count: 1 !important;
+ column-count: 1 !important;
}
}
@media (max-width: 767px) {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]