add: new projects + new mobile layout

This commit is contained in:
sadorowo
2024-03-27 19:33:35 +01:00
parent 73f88e3ef5
commit 0b264963eb
3 changed files with 57 additions and 31 deletions

View File

@ -1,11 +1,15 @@
@media screen and (max-width: 767px) {
body>div:not([id]) {
height: unset !important;
width: 100% !important;
border-bottom: 1px solid;
}
body>div>div#inner {
padding: 0.5em !important;
overflow-y: hidden !important;
height: auto !important;
padding: 1em !important;
}
body>#arrows {