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