added admin function: add user

This commit is contained in:
marko
2023-03-27 05:15:18 +02:00
parent 3f76d82897
commit 4f2a05b9eb
16 changed files with 380 additions and 122 deletions

View File

@@ -1,49 +1,48 @@
/*
on large screens add a padding on the left for the fixed sidnav
on large screens add a padding on the left for the fixed sidenav
*/
header,
main,
footer {
padding-left: 300px;
padding-left: 300px;
}
@media only screen and (max-width : 992px) {
header,
main,
footer {
padding-left: 0;
}
@media only screen and (max-width: 992px) {
header,
main,
footer {
padding-left: 0;
}
}
.card video {
width: 100%;
max-width: 100%;
width: 100%;
max-width: 100%;
}
/*
overrides for the header font sizes
*/
h1 {
font-size: 2.00rem;
font-size: 2rem;
}
h2 {
font-size: 1.50rem;
font-size: 1.5rem;
}
h3 {
font-size: 1.25rem;
font-size: 1.25rem;
}
h3 {
font-size: 1.20rem;
font-size: 1.2rem;
}
h3 {
font-size: 1.15rem;
font-size: 1.15rem;
}
h6 {
font-size: 1.10rem;
font-size: 1.1rem;
}