Skip to content

Commit

Permalink
DGB Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
laurenolivia18 committed Oct 5, 2018
1 parent 038bf83 commit c38942e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Binary file modified .DS_Store
Binary file not shown.
10 changes: 5 additions & 5 deletions css/stylesheet.css
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ input[type=text]:focus {
width: 450px;
height: 150px;
overflow: scroll;
background: rgba(255, 255, 255, 0.811), /* border: 1px solid #ccc; */
/* background: rgba(255, 255, 255, 0.811) border: 1px solid #ccc; */
}

.bird {
Expand Down Expand Up @@ -511,11 +511,11 @@ footer ul li {
#hamburger {
color: black;
margin: 0;
font-size: 18px;
font-size: 30px;
display: inline;
border-bottom: 1px solid #ccc;
float: right;
text-shadow: 20px white;

}
#sidebarList {
align-items: center;
Expand All @@ -526,10 +526,10 @@ footer ul li {
background: rgb(150, 108, 18);
border-radius: 5px;
padding-left: 0px;
height: 220px;
height: 255px;
}
#sidebarList li {
padding-top: 2px;
padding-top: 4px;
}
.gallery img {
width: 250px;
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -975,7 +975,7 @@ <h2 class="galleryname">Georgia Birds</h2>
<footer>
<p class="copyright">Copyright 2018. Discover Georgia Outdoors.</p>
</footer>
<script src='http://code.jquery.com/jquery-latest.min.js'></script>
<script src='https://code.jquery.com/jquery-latest.min.js'></script>
<script src="js/index.js"></script>
<script src="https://code.jquery.com/jquery-3.2.1.min.js" 2 integrity="sha384-xBuQ/xzmlsLoJpyjoggmTEz8OWUFM0/RC5BsqQBDX2v5cMvDHcMakNTNrHIW2I5f"
3 crossorigin="anonymous">
Expand Down

0 comments on commit c38942e

Please sign in to comment.