move profile image up and refine the aside width

This commit is contained in:
Mario Vavti
2015-07-09 14:44:24 +02:00
parent 59cddef032
commit 115c18353e
6 changed files with 11 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() + 279 );
$('main').css('width', $(window).width() + 284 );
} else {
$('main').css('width', '100%' );
}