Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: static/scss/components/_contact.scss

Issue 29582640: Noissue - Add support for large-desktop-width to help center (Closed) Base URL: https://hg.adblockplus.org/help.eyeo.com
Patch Set: Created Oct. 18, 2017, 1:55 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « static/scss/base/_variables.scss ('k') | static/scss/layout/_body.scss » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: static/scss/components/_contact.scss
===================================================================
--- a/static/scss/components/_contact.scss
+++ b/static/scss/components/_contact.scss
@@ -9,16 +9,29 @@
// help.eyeo.com is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with help.eyeo.com. If not, see <http://www.gnu.org/licenses/>.
+#contact .container
+{
+ width: $tablet-width;
+}
+
+@media(min-width: $large-desktop-width)
+{
+ #contact .container
+ {
+ width: $desktop-width;
+ }
+}
+
#contact .h4
{
margin-bottom: $md;
}
#contact .horizontal-list
{
margin-right: -$sm;
@@ -44,9 +57,9 @@
margin-bottom: $lg;
padding-bottom: $lg;
}
}
#contact header.underlined
{
margin-bottom: $md;
-}
+}
« no previous file with comments | « static/scss/base/_variables.scss ('k') | static/scss/layout/_body.scss » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld