feat: mobile view

This commit is contained in:
afn
2022-10-10 01:50:51 -04:00
parent abea751e10
commit 85dd6b8a0b
8 changed files with 111 additions and 90 deletions

View File

@@ -5,6 +5,7 @@
margin: 0;
padding: 0;
font-family: 'Manrope', sans-serif;
-webkit-tap-highlight-color: rgba(0,0,0,0);
}
html{
@@ -29,6 +30,7 @@ html, body{
.wrapper{
margin-inline: auto;
width: min(87%, 100rem);
margin-top: 7rem;
}
:root {
@@ -97,12 +99,4 @@ h5{
::-webkit-scrollbar-thumb:hover{
background-color: var(--grey-seven);
}
input,
textarea,
button,
select,
a {
-webkit-tap-highlight-color: rgba(0,0,0,0);
}