Subversion Repositories bacoAlunos

Rev

Rev 1310 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1310 Rev 1312
Line 5... Line 5...
5
html,
5
html,
6
body {
6
body {
7
    overflow-x: hidden; /* Prevent scroll on narrow devices */
7
    overflow-x: hidden; /* Prevent scroll on narrow devices */
8
}
8
}
9
body {
9
body {
10
    padding-top: 70px;
10
    /*padding-top: 55px; para a navbar fixed-top*/
11
}
-
 
12
footer {
-
 
13
    padding: 30px 0;
-
 
14
}
11
}
15
 
12
 
-
 
13
 
16
/*
14
/*
17
 * Off Canvas
15
 * Off Canvas
18
 * --------------------------------------------------
16
 * --------------------------------------------------
19
 */
17
 */
20
@media screen and (max-width: 767px) {
18
@media screen and (max-width: 767px) {
Line 51... Line 49...
51
        left: 50%; /* 6 columns */
49
        left: 50%; /* 6 columns */
52
    }
50
    }
53
 
51
 
54
    .sidebar-offcanvas {
52
    .sidebar-offcanvas {
55
        position: absolute;
53
        position: absolute;
56
        top0;
54
        top:0;
57
        width: 50%; /* 6 columns */*/
55
        width: 50%;
58
    }
56
    }
59
}
57
}
60
58