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 */
#wrapper {
max-width: 1100px !important;
width: 1100px !important;
}
#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");
/*

View File

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