Revamped the home page a bit

This commit is contained in:
2022-12-11 21:29:18 -05:00
parent f3e970ab1b
commit 4c9d46f875
5 changed files with 101 additions and 16 deletions

View File

@ -8,6 +8,13 @@ body{
padding-left: $nav-width;
}
.card{
padding: 20px 30px;
background: white;
border-radius: 5px;
box-shadow: $box-shadow-2;
}
#main-nav{
position: fixed;
top: 0;
@ -53,13 +60,31 @@ body{
}
}
#main-actions{
width: 100%;
max-width: 100%;
margin-top: 0;
margin-bottom: 25px;
form,
input{
margin: 0;
}
}
#main-wrapper{
max-width: 1200px;
margin-top: 25px;
padding: 20px 30px;
background: white;
border-radius: 5px;
box-shadow: $box-shadow-2;
}
#main-wrapper.container.fluid{
width: 100%;
max-width: 100%;
margin: 0;
}
#site-header{
margin-bottom: 0;
}
#item-header,