set buttons and boxes to auto-size with browser

This commit is contained in:
Greg Gauthier 2023-01-24 09:00:17 +00:00
parent 3f49ea6aa3
commit 1a832753b2
1 changed files with 6 additions and 10 deletions

View File

@ -90,7 +90,7 @@ body {
margin: 0.5em;
padding: 0.5em;
color: #afcde9;
#background-color: #0a4984;
/* background-color: #0a4984; */
background-color: #003366;
}
@ -179,8 +179,7 @@ pre {
color: #322918;
text-align: center;
background-color: #fed700;
width: 130px;
height: 40px;
width: 3.7em;
border: 2px solid #322918;
padding: 5px;
margin: 5px;
@ -192,8 +191,7 @@ pre {
color: #322918;
text-align: center;
background-color: #fab700;
width: 130px;
height: 40px;
width: 3.7em;
border: 2px solid #322918;
padding: 5px;
margin: 5px;
@ -205,8 +203,7 @@ pre {
color: #322918;
text-align: center;
background-color: #e99e23;
width: 130px;
height: 40px;
width: 3.7em;
border: 2px solid #322918;
padding: 5px;
margin: 5px;
@ -219,8 +216,7 @@ pre {
color: #322918;
text-align: center;
background-color: #ae7900;
width: 130px;
height: 40px;
width: 3.7em;
border: 2px solid #322918;
padding: 5px;
margin: 5px;
@ -255,7 +251,7 @@ pre {
}
.shadowbox {
width: 250px;
width: 11.95em;
background-color: #004d80;
border: 3px solid #babebd;
box-shadow: 5px 6px #9f9c9b;