remove previous mobile layout work
will need to be done again with site redesign
This commit is contained in:
parent
ae12b4d418
commit
ed91203119
@ -63,10 +63,6 @@ section {
|
||||
padding: 2rem;
|
||||
}
|
||||
|
||||
/* .mobile-header {
|
||||
display: none;
|
||||
} */
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
:root {
|
||||
--background-color: #240046;
|
||||
@ -85,65 +81,6 @@ section {
|
||||
}
|
||||
}
|
||||
|
||||
/* @media only screen and (max-width: 600px) {
|
||||
.mobile-header {
|
||||
display: flex;
|
||||
height: 10vh;
|
||||
width: 100vw;
|
||||
border-radius: 0;
|
||||
border: none;
|
||||
}
|
||||
|
||||
.mobile-header span {
|
||||
font-size: 2rem;
|
||||
}
|
||||
|
||||
.mobile-header span img {
|
||||
height: 24px;
|
||||
width: 24px;
|
||||
}
|
||||
|
||||
header {
|
||||
display: none;
|
||||
}
|
||||
|
||||
footer {
|
||||
display: none;
|
||||
}
|
||||
|
||||
nav {
|
||||
display: none;
|
||||
}
|
||||
|
||||
body {
|
||||
height: 100vh;
|
||||
width: auto;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
main {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: baseline;
|
||||
height: 90vh;
|
||||
width: 100vw;
|
||||
padding: 0;
|
||||
padding-top: 1.25rem;
|
||||
padding-bottom: 1.25rem;
|
||||
}
|
||||
|
||||
section {
|
||||
width: 95vw;
|
||||
}
|
||||
|
||||
.status {
|
||||
height: auto;
|
||||
margin: 0;
|
||||
}
|
||||
} */
|
||||
|
||||
a {
|
||||
color: var(--link-color);
|
||||
text-decoration: none;
|
||||
|
Loading…
x
Reference in New Issue
Block a user