Project plan, URS, webapp start

This commit is contained in:
Dimitar Byalkov
2023-03-05 21:56:11 +01:00
parent 07ee1ee601
commit 3874cc0ad0
94 changed files with 75301 additions and 90 deletions

View File

@@ -0,0 +1,18 @@
html {
font-size: 14px;
}
@media (min-width: 768px) {
html {
font-size: 16px;
}
}
html {
position: relative;
min-height: 100%;
}
body {
margin-bottom: 60px;
}