Second frontend, written in Next.JS + Typescript.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

14 lines
244 B

.wrapper
margin: 0
.container
margin-left: 4ch
width: calc(90% - 4ch)
padding: 1rem 1rem
background: none
@media screen and (max-width: 800px)
.container
margin-left: 3ch
width: calc(100% - 4ch)
padding: 0.01rem 0.1rem