apps/web: minor css fixes

This commit is contained in:
Chika 2022-11-27 15:46:20 +03:00
parent 9d7f79a27e
commit eee3c152b8
2 changed files with 1 additions and 8 deletions

View File

@ -6,11 +6,4 @@
* {
margin: 7px 0;
}
p {
font-size: smaller;
font-weight: bold;
text-transform: uppercase;
color: red;
}
}

View File

@ -35,10 +35,10 @@ $layout-breakpoint-desktop: 768px;
height: 320px;
width: 380px;
padding: 25px 30px;
margin-bottom: 100px;
}
.wrapper {
min-height: calc(100vh - 100px);
background-color: transparent;
}
}