refactoring of css and styling of figure elements
This commit is contained in:
parent
dbd4e4d21d
commit
e3f9e580f3
|
@ -74,8 +74,9 @@ main {
|
||||||
|
|
||||||
.favorite-baxter-photos figure {
|
.favorite-baxter-photos figure {
|
||||||
height: 20rem;
|
height: 20rem;
|
||||||
width: 15rem;
|
width: 20rem;
|
||||||
text-wrap: wrap;
|
text-wrap: wrap;
|
||||||
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.favorite-baxter-photos img {
|
.favorite-baxter-photos img {
|
||||||
|
@ -84,6 +85,3 @@ main {
|
||||||
object-fit: fill;
|
object-fit: fill;
|
||||||
}
|
}
|
||||||
|
|
||||||
figure {
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in New Issue