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 { .inflate {
position: absolute; position: absolute;
top: 10px; top: 10px;
right: 10px; right: 25px;
} }
/* The button used to open the sidebar */ /* The button used to open the sidebar */
.open { .open {
font-size: 20px; font-size: 20px;
cursor: pointer; cursor: pointer;
background-color: rgba(0, 0, 0, 0); background-color: #111;
color: white; color: white;
padding: 10px 15px; padding: 10px 15px;
border: none; border: none;
@ -108,17 +108,4 @@ footer {
.open:hover { .open:hover {
background-color: #444; 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;
}
} }