Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Toyo committed Aug 20, 2018
1 parent ded3c6a commit 6ffd0cc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 11 deletions.
13 changes: 3 additions & 10 deletions resources/themes/bootstrap/css/bootstrap.min.css
Expand Up @@ -1421,17 +1421,10 @@ pre code {
margin-right:auto;
margin-left:auto
}
@media (min-width:768px) {
.container {
width:750px
}
}@media (min-width:992px) {
.container {
width:970px
}
}@media (min-width:1200px) {
@media (max-width:767px) {
.container {
width:1170px
padding-right:5px;
padding-left:5px;
}
}.container-fluid {
padding-right:15px;
Expand Down
2 changes: 1 addition & 1 deletion resources/themes/bootstrap/css/style.css
Expand Up @@ -338,4 +338,4 @@ tbody tr:nth-child(odd) {
.announcement:hover {
border-bottom: solid 3px #159e83;
transition: 0.3s;
}
}

0 comments on commit 6ffd0cc

Please sign in to comment.