mirror of
https://github.com/hnhx/librex.git
synced 2025-01-25 10:13:03 -03:00
Update styles.css
This commit is contained in:
parent
5f51afc948
commit
54ee77c8a3
1 changed files with 14 additions and 5 deletions
|
@ -255,8 +255,8 @@ a:hover,
|
|||
}
|
||||
|
||||
.image-result-container {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
grid-gap: 1.5rem;
|
||||
justify-items: center;
|
||||
margin-left: 9%;
|
||||
|
@ -265,11 +265,20 @@ a:hover,
|
|||
margin-bottom: 50px;
|
||||
}
|
||||
|
||||
.image-result-container img {
|
||||
border: 2px solid var(--button-bg);
|
||||
margin: 10px;
|
||||
a[title] {
|
||||
flex-grow: 1;
|
||||
height: 12rem;
|
||||
}
|
||||
|
||||
.image-result-container img {
|
||||
margin: 0px;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
object-fit: cover;
|
||||
vertical-align: bottom;
|
||||
}
|
||||
|
||||
|
||||
.git-container {
|
||||
right: 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue