generated from hjess/PythonTemplateProject
[main] More styling, and some content in job
All checks were successful
Build, Push, and Deploy to Nomad / docker-nomad (push) Successful in 50s
All checks were successful
Build, Push, and Deploy to Nomad / docker-nomad (push) Successful in 50s
This commit is contained in:
@@ -2174,9 +2174,11 @@ button:disabled,
|
|||||||
width: unset;
|
width: unset;
|
||||||
}
|
}
|
||||||
.mini-posts article a .fav-image {
|
.mini-posts article a .fav-image {
|
||||||
display: block;
|
|
||||||
max-width: 100%; /* Scale down if the container is smaller than the image */
|
max-width: 100%; /* Scale down if the container is smaller than the image */
|
||||||
height: auto; /* Maintain aspect ratio */
|
height: auto; /* Maintain aspect ratio */
|
||||||
|
display: flex;
|
||||||
|
justify-content: center; /* Horisontal centrering */
|
||||||
|
align-items: center; /* Vertikal centrering */
|
||||||
}
|
}
|
||||||
.mini-posts article:first-child {
|
.mini-posts article:first-child {
|
||||||
border-top: 0;
|
border-top: 0;
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
@@ -23,9 +23,11 @@
|
|||||||
}
|
}
|
||||||
a {
|
a {
|
||||||
.fav-image {
|
.fav-image {
|
||||||
display: block;
|
|
||||||
max-width: 100%; /* Scale down if the container is smaller than the image */
|
max-width: 100%; /* Scale down if the container is smaller than the image */
|
||||||
height: auto; /* Maintain aspect ratio */
|
height: auto; /* Maintain aspect ratio */
|
||||||
|
display: flex;
|
||||||
|
justify-content: center; /* Horisontal centrering */
|
||||||
|
align-items: center; /* Vertikal centrering */
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user