1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-06-15 13:50:27 +02:00

improve CSS

This commit is contained in:
sakex
2023-07-24 19:27:41 +02:00
parent 4f8bc9061f
commit 806335795c

View File

@ -60,7 +60,6 @@
}
input, select {
float: right;
width: 150px;
padding: 5px;
background-color: #31363f;
@ -75,6 +74,13 @@
padding: 10px;
border-radius: 5px;
font-weight: bold;
cursor: pointer;
}
img {
width: 300px;
height: 300px;
object-fit: contain;
}
</style>