This commit is contained in:
2022-05-25 16:57:38 -05:00
parent 23426c4e81
commit 4f2f1a14f3
7 changed files with 100 additions and 7 deletions

View File

@@ -1,9 +1,10 @@
@import url('fonts/dinpro/dinpro.css');
@import url('fonts/noto-emoji.css');
@import url('fonts/openmoji.css');
@font-face {
font-family: "Hellovetica";
src: url("hellovetica.ttf") format("truetype");
src: url("fonts/hellovetica.ttf") format("truetype");
}
@font-face {
@@ -11,19 +12,19 @@
}
.dashboard {
font-family: "Helvetica";
font-family: "Helvetica", sans-serif;
height: 699px;
width: 600px;
text-align: left;
font-size: 17px;
text-align: left;
font-size: 17px;
}
.panel {
position: relative;
height: 50%;
verical-align: top;
/* height: 250px; */
width: 100%;
verical-align: top;
/* height: 250px; */
width: 100%;
}
.panel.top {