Skip to content

Commit

Permalink
fix media query difference
Browse files Browse the repository at this point in the history
  • Loading branch information
mariez committed Aug 12, 2017
1 parent 9473d32 commit 5d7b333
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion css/style.css

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions less/legacy.less
Expand Up @@ -119,7 +119,7 @@ table.well tr td{padding:10px 20px;padding-right:20px}
}
.panel{border-width:0 }
.panel.panel-default{border-width:1px}
@media screen and (max-width: 768px){
@media screen and (max-width: 767px){
#content #wrapp .nav-tabs > li {
float:none;
border:1px dotted #CCC;
Expand Down Expand Up @@ -185,7 +185,7 @@ h4.page-header:first-letter{ text-transform:uppercase }
.header h2{margin-top:10px}
#navigation{margin-bottom:0;background-color: @menucolor;border:0;border-radius: 0}

@media screen and (max-width:768px){
@media screen and (max-width:767px){
h4.page-header{margin-top:10px;}
}

Expand Down Expand Up @@ -349,7 +349,7 @@ body.fixed .content>br{display:none}
body.fixed .content>p{text-align:right}
body.fixed .content .poweredby{margin-top:30px}

@media screen and (max-width:768px){
@media screen and (max-width:767px){
body.fixed .well{padding:19px;padding-bottom:0}
body.fixed .content .jumbotron td label{margin-bottom:0px}
body.fixed .content .jumbotron td {padding-top:0px}
Expand Down

0 comments on commit 5d7b333

Please sign in to comment.