Blogme responsive

This commit is contained in:
dignajar 2016-01-23 20:49:48 -03:00
parent 18b654cbe4
commit 42b73c9324
3 changed files with 4 additions and 3 deletions

View File

@ -1,7 +1,7 @@
/* Blogme hacks */ /* Blogme hacks */
#wrapper { #wrapper {
max-width: 1100px !important; width: 1100px !important;
} }
#sidebar { #sidebar {

View File

@ -1,3 +1,4 @@
@import url(font-awesome.min.css);
@import url("http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700|Raleway:400,800,900"); @import url("http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700|Raleway:400,800,900");
/* /*

View File

@ -7,8 +7,8 @@
(function($) { (function($) {
skel.breakpoints({ skel.breakpoints({
xlarge: '(max-width: 1680px)', xlarge: '(max-width: 1100px)',
large: '(max-width: 1280px)', large: '(max-width: 1000px)',
medium: '(max-width: 980px)', medium: '(max-width: 980px)',
small: '(max-width: 736px)', small: '(max-width: 736px)',
xsmall: '(max-width: 480px)' xsmall: '(max-width: 480px)'