Skip to content

Commit

Permalink
fix css
Browse files Browse the repository at this point in the history
  • Loading branch information
hunter-and1 committed Jul 9, 2019
1 parent 4ca336e commit 3cf417f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 26 deletions.
10 changes: 0 additions & 10 deletions assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -130,13 +130,3 @@ body {
.form-control-dark:focus {
border-color: transparent;
box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.25); }

/*
* Content
*/
[role="main"] {
/* padding-top: 133px; Space for fixed navbar */ }

@media (min-width: 768px) {
[role="main"] {
/*padding-top: 48px; Space for fixed navbar */ } }
16 changes: 0 additions & 16 deletions assets/sass/themes/_default.scss
Original file line number Diff line number Diff line change
Expand Up @@ -117,19 +117,3 @@ body {
border-color: transparent;
box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}


/*
* Content
*/

[role="main"] {
/* padding-top: 133px; Space for fixed navbar */
}

@media (min-width: 768px) {
[role="main"] {
/*padding-top: 48px; Space for fixed navbar */
}
}

0 comments on commit 3cf417f

Please sign in to comment.