Skip to content

Commit

Permalink
updating captions and background color for images on maps of london
Browse files Browse the repository at this point in the history
  • Loading branch information
kapor committed Dec 9, 2024
1 parent 5fd2138 commit b7b2220
Show file tree
Hide file tree
Showing 2 changed files with 115 additions and 75 deletions.
50 changes: 45 additions & 5 deletions css/update.css
Original file line number Diff line number Diff line change
Expand Up @@ -990,6 +990,28 @@ p img {
}
}

.post_image2 img {
max-width: 100%;
display: block;
height: auto;
width: -webkit-fill-available;
margin: auto;
border-radius: 0px;
}


@media screen and (max-width: 800px) {
.post_image2 img {
margin: auto;
border-radius: 0px;
}
}






.post_image_rounded {
margin: 12px auto;
}
Expand All @@ -1001,8 +1023,18 @@ p img {
}
}

.post_image2 {
margin: 0px auto 12px auto;
padding-bottom: 10px;
background-color: #000;
}


@media screen and (max-width: 600px) {
.post_image2 {
margin: 0px auto 6px auto;
}
}

.post_image img {
max-width: 100%;
Expand All @@ -1020,6 +1052,8 @@ p img {
}




.post_image_rounded img {
max-width: 100%;
display: block;
Expand Down Expand Up @@ -2305,7 +2339,7 @@ article header a {
font-family: letter-gothic-std, monospace;
font-weight: 300;
font-style: normal;
font-size: 12px;
font-size: 16px;
color: #fff;
letter-spacing: 0px;
text-transform: uppercase;
Expand All @@ -2315,19 +2349,25 @@ article header a {
width: 100%;
display: flex;
justify-content: space-between;
padding: 6px;
padding: 12px 12px 0px 12px;
}

@media only screen and (max-width: 800px) {
@media only screen and (max-width: 1000px) {
.image_caption_dark {
padding: 6px;
font-size: 14px;
}
}

@media only screen and (max-width: 800px) {
.image_caption_dark {
font-size: 12px;
padding: 12px 12px 0px 12px;
}
}

@media only screen and (max-width: 600px) {
.image_caption_dark {
padding: 4px 4px 4px 8px;
padding: 8px 8px 6px 8px;
}
}

Expand Down
Loading

0 comments on commit b7b2220

Please sign in to comment.