Skip to content

Commit

Permalink
initializing a much slower repo
Browse files Browse the repository at this point in the history
  • Loading branch information
cameronwp committed Jun 19, 2014
1 parent cbecd01 commit 0d8dd31
Show file tree
Hide file tree
Showing 4 changed files with 223 additions and 19 deletions.
41 changes: 40 additions & 1 deletion dist/css/portfolio.css
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,43 @@ a:hover {
padding-top: 15px;
margin-left: auto;
margin-right: auto;
}
}

/* 4k ready! */
@media only screen and (min-width: 3839px) {
div {
min-width: 3500px;
}

.proj-img-container {
height: 2150px;
width: 2250px;
margin: auto;
padding-top: 280px;
margin-bottom: 210px;
}

.navbar-btn.portfolio {
font-weight: 600;
background-color: #2f2f2f;
color: #D15400;
border-color: #D15400;
width: 2200px;
height: 260px;
font-size: 220px;
margin-top: 220px;
}

.btn-primary.portfolio {
font-weight: 600;
background-color: #2f2f2f;
color: #D15400;
border-color: #D15400;
width: 2200px;
height: 260px;
font-size: 220px;
padding-top: 215px;
margin-left: auto;
margin-right: auto;
}
}
9 changes: 9 additions & 0 deletions dist/css/print.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
@media print {
button, .navbar, .header, .navbar-fixed-top, .portfolioNav, img {
display: none;
}

div {
width: 800px;
}
}
Loading

0 comments on commit 0d8dd31

Please sign in to comment.