fixed mobile nav bar
This commit is contained in:
@@ -13,7 +13,7 @@ GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with this program. If not, see <https://www.gnu.org/licenses/>.Rawley Fowler, 2022
|
||||
*/
|
||||
*/
|
||||
/* Color Scheme from here: https://draculatheme.com */
|
||||
html {
|
||||
max-width: 100vw;
|
||||
@@ -109,7 +109,6 @@ a:hover:after {
|
||||
.nav-item {
|
||||
margin-right: 12px;
|
||||
font-size: 1.5em;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.content-wrapper {
|
||||
@@ -201,5 +200,10 @@ code {
|
||||
@media only screen and (max-width: 576px) {
|
||||
.nav-bar {
|
||||
flex-direction: column;
|
||||
|
||||
}
|
||||
.nav-item {
|
||||
margin-top: 3px;
|
||||
margin-bottom: 3px;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user