remove favorite photo styling. need to revisit with new photos
This commit is contained in:
parent
a01bb6250a
commit
af88e8340b
|
@ -75,11 +75,6 @@ main {
|
|||
|
||||
.favorite-baxter-photos {
|
||||
display: grid;
|
||||
grid-template-rows: 5rem 25rem 25rem;
|
||||
grid-template-columns: 20rem 20rem;
|
||||
gap: 1rem;
|
||||
justify-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.favorite-baxter-photos h3 {
|
||||
|
@ -88,8 +83,6 @@ main {
|
|||
}
|
||||
|
||||
.favorite-baxter-photos figure {
|
||||
height: 22.5rem;
|
||||
width: 22.5rem;
|
||||
text-wrap: wrap;
|
||||
text-align: center;
|
||||
}
|
||||
|
@ -154,7 +147,7 @@ section {
|
|||
padding: 1.25rem;
|
||||
border: 4px solid var(--border-color);
|
||||
border-radius: 15px;
|
||||
width: 60vw;
|
||||
width: 65vw;
|
||||
}
|
||||
|
||||
section img {
|
||||
|
|
Loading…
Reference in New Issue