mirror of
https://github.com/Ahwxorg/librey/
synced 2024-12-06 19:16:48 +01:00
Update styles.css
This commit is contained in:
+14
-5
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user