increase width of the aside area and make default profile image size 300x300

This commit is contained in:
Mario Vavti
2015-07-09 13:59:16 +02:00
parent e12d58a75c
commit efa55437d4
7 changed files with 12 additions and 11 deletions

View File

@@ -7,7 +7,7 @@ $(document).ready(function() {
if( $('#css3-calc').width() == 10) {
$(window).resize(function() {
if($(window).width() < 767) {
$('main').css('width', $(window).width() + 231 );
$('main').css('width', $(window).width() + 279 );
} else {
$('main').css('width', '100%' );
}