Updated test views and routes for the new test attributes

This commit is contained in:
2024-04-06 12:08:23 -04:00
parent 0c1df2e7e6
commit 33c9bf5cb5
5 changed files with 27 additions and 9 deletions

View File

@ -3,6 +3,8 @@ $primary-color-highlight: lighten($primary-color, 10%);
$nav-height: 65px;
$textarea-min-height: 100px;
body{
margin: 0;
padding: $nav-height 0 0;
@ -17,6 +19,12 @@ a{
}
}
textarea{
min-width: 100%;
max-width: 100%;
min-height: $textarea-min-height;
}
#main-nav{
position: fixed;
top: 0;