scss: remove wrapper
This commit is contained in:
parent
652a76b26c
commit
b297f077c5
3 changed files with 4 additions and 21 deletions
|
@ -20,8 +20,6 @@
|
|||
</head>
|
||||
|
||||
<body>
|
||||
<div id="wrapper" class="card">
|
||||
|
||||
<header>
|
||||
|
||||
<nav class="navbar navbar-expand-lg navbar-dark bg-primary">
|
||||
|
@ -347,10 +345,6 @@ In id suscipit elit.</code></pre>
|
|||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
|
||||
|
|
|
@ -6,12 +6,6 @@
|
|||
*
|
||||
*/
|
||||
|
||||
body {
|
||||
background: #666 url('img/background.png');
|
||||
padding: 30px;
|
||||
background-attachment: fixed;
|
||||
}
|
||||
|
||||
@media (max-width: 767.98px) {
|
||||
body {
|
||||
background: none;
|
||||
|
|
|
@ -525,11 +525,6 @@ mark {
|
|||
* like the wrapper, the navbars, the header.
|
||||
*
|
||||
*/
|
||||
body {
|
||||
background: #666 url("img/background.png");
|
||||
padding: 30px;
|
||||
background-attachment: fixed; }
|
||||
|
||||
@media (max-width: 767.98px) {
|
||||
body {
|
||||
background: none;
|
||||
|
|
Loading…
Reference in a new issue