Blogme responsive
This commit is contained in:
parent
18b654cbe4
commit
42b73c9324
|
@ -1,7 +1,7 @@
|
||||||
/* Blogme hacks */
|
/* Blogme hacks */
|
||||||
|
|
||||||
#wrapper {
|
#wrapper {
|
||||||
max-width: 1100px !important;
|
width: 1100px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
#sidebar {
|
#sidebar {
|
||||||
|
|
|
@ -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");
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
|
@ -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)'
|
||||||
|
|
Loading…
Reference in New Issue