Added benchmark and hardware models; added routes and views for hardware

This commit is contained in:
2023-11-26 12:54:09 -05:00
parent e5602e660d
commit 2f016d3062
10 changed files with 181 additions and 2 deletions

View File

@ -7,6 +7,9 @@ body{
}
body{
height: auto;
min-height: 100%;
box-sizing: border-box;
padding-top: 80px;
padding-bottom: 80px;
background: #eee;
@ -30,6 +33,7 @@ textarea{
height: 64px;
background: teal;
color: white;
z-index: 20;
}
#main-nav ul{
@ -61,6 +65,7 @@ textarea{
padding: 14px 20px;
background: white;
border-radius: 8px;
z-index: 10;
}
#main-footer{
@ -69,6 +74,7 @@ textarea{
left: 0;
width: 100%;
height: 64px;
}
#main-footer p{