Final before submitting?

This commit is contained in:
Robert McGovern 2020-10-04 01:15:04 +01:00
parent 39d7d415f6
commit faad2f4c1d
2 changed files with 3 additions and 3 deletions

View File

@ -55,7 +55,7 @@ body {
*/ */
.previewImage > img { .previewImage > img {
width: 100%; width: 100%;
margin:-4.5% 0 -14.5% 0%; margin:-5% 0 -14.5% 0%;
} }
.previewBody { .previewBody {
@ -193,7 +193,7 @@ body {
font-size: 13px; font-size: 13px;
} }
.attribution { font-size: 11px; text-align: center; } .attribution { position: absolute; bottom: 0; font-size: 11px; text-align: center; }
.attribution a { color: hsl(228, 45%, 44%); } .attribution a { color: hsl(228, 45%, 44%); }
@media screen and (min-width: 500px) { @media screen and (min-width: 500px) {

View File

@ -45,4 +45,4 @@ Used this https://cssdeck.com/labs/bv45bh6p for the callout/tooltip
Don't understand why the img/svg inside the button shifts up when tooltip appears. Don't understand why the img/svg inside the button shifts up when tooltip appears.
Broke the desktop version while adding the share stuff. Not entirely sure how. ~~~Broke the desktop version while adding the share stuff. Not entirely sure how.~~~