fix(styles/fonts/project): add fonts + change styles + edit default project name

This commit is contained in:
2022-03-11 15:58:28 +01:00
parent d737e9355c
commit c86ad0b732
60 changed files with 196 additions and 37 deletions

View File

@ -11,25 +11,6 @@
padding: 20px;
}
%vertical-center {
position: absolute;
top: 50%;
transform: translateY(-50%);
}
%horizontal-center {
position: absolute;
left: 50%;
transform: translateX(-50%);
}
%absolute-center {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
%button {
outline: none;
border: none;

View File

@ -15,3 +15,8 @@
padding: 0;
box-sizing: border-box;
}
body {
min-height: 100vh;
max-width: 100vw;
}