You've already forked comprehensive-rust
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:
@ -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>
|
||||
|
Reference in New Issue
Block a user