0
0
Fork 0

Convert to tabs and switch to using Vue

This commit is contained in:
Oliver-Akins 2023-02-01 10:42:48 -06:00
parent e461a0a677
commit 0001dca6e7
5 changed files with 55 additions and 127 deletions

View file

@ -2,36 +2,36 @@ h1, h2, h3 { text-align: center; }
div.container {
text-align: center;
border-radius: 7px;
margin: 5px auto;
padding: 10px;
width: 95%;
text-align: center;
border-radius: 7px;
margin: 5px auto;
padding: 10px;
width: 95%;
}
button.delete {
width: 10%;
margin: 0 auto;
width: 10%;
margin: 0 auto;
}
div.line {
background-color: #7289da;
margin-bottom: 15px;
margin-top: 15px;
height: 2px;
background-color: #7289da;
margin-bottom: 15px;
margin-top: 15px;
height: 2px;
}
input[type="text"] {
display: inline-block !important;
margin-bottom: 0px;
margin-right: 0px;
margin-left: 0px;
margin-top: 0px;
width: 40%;
display: inline-block !important;
margin-bottom: 0px;
margin-right: 0px;
margin-left: 0px;
margin-top: 0px;
width: 40%;
}
/* Move boxes further apart */