fixed title, responsive design
This commit is contained in:
13
src/App.css
13
src/App.css
@@ -31,7 +31,7 @@
|
||||
height: 100vh;
|
||||
}
|
||||
|
||||
.mobile-title {
|
||||
.nav-title-mobile {
|
||||
display: none;
|
||||
}
|
||||
|
||||
@@ -50,7 +50,7 @@
|
||||
z-index: 9;
|
||||
}
|
||||
|
||||
.nav-title {
|
||||
.nav-title-desktop {
|
||||
display: inline-flex;
|
||||
color: orchid;
|
||||
padding-left: 1.5rem;
|
||||
@@ -234,17 +234,20 @@
|
||||
position: static;
|
||||
}
|
||||
|
||||
.desktop-title {
|
||||
.nav-title-desktop {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.mobile-title {
|
||||
.nav-title-mobile {
|
||||
display: inline-flex;
|
||||
color: orchid;
|
||||
padding-left: 1.5rem;
|
||||
font-family: 'Open Sans', sans-serif;
|
||||
}
|
||||
|
||||
.nav-searchbar {
|
||||
width: 12rem;
|
||||
right: 12rem;
|
||||
right: 7rem;
|
||||
}
|
||||
|
||||
.sidebar-button {
|
||||
|
||||
Reference in New Issue
Block a user