Compare commits

..

No commits in common. "aa2fbd43e66668ef31df81dad442ae69f2aebd9f" and "167c92e7049f3160b2a7e1071f04979351b73023" have entirely different histories.

1 changed files with 2 additions and 15 deletions

View File

@ -93,14 +93,14 @@ footer {
.inflate {
position: absolute;
top: 10px;
right: 10px;
right: 25px;
}
/* The button used to open the sidebar */
.open {
font-size: 20px;
cursor: pointer;
background-color: rgba(0, 0, 0, 0);
background-color: #111;
color: white;
padding: 10px 15px;
border: none;
@ -109,16 +109,3 @@ footer {
.open:hover {
background-color: #444;
}
/* Display menu bar on arger screens */
@media screen and (min-width: 600px) {
/*Hide sidebar button*/
.inflate {display: none;}
/*Change Menu Dimensions*/
.sidebar {
width: 100%;
height: 10px;
}
}