File tree Expand file tree Collapse file tree 3 files changed +24
-0
lines changed Expand file tree Collapse file tree 3 files changed +24
-0
lines changed Original file line number Diff line number Diff line change 22 import AltText from ' ./components/AltText.svelte'
33 </script >
44
5+ <section id =" sponsor" >
6+ <a class =" sponsor-image" href =" https://getautoseo.com/image-alt-text-generator" target =" _blank" >
7+ <img src =" /sponsor.png" alt =" AutoSEO Image Alt Text Generator" >
8+ </a >
9+ </section >
10+
511<main >
612 <div class =" align-main" >
713 <h1 >Alt Text Generator</h1 >
Original file line number Diff line number Diff line change @@ -28,6 +28,24 @@ body {
2828 text-align : center;
2929}
3030
31+ @media screen and (min-width : 769px ) {
32+ .sponsor-image {
33+ width : 40% ;
34+ }
35+ }
36+
37+ @media screen and (max-width : 768px ) and (min-width : 481px ) {
38+ .sponsor-image {
39+ width : 65% ;
40+ }
41+ }
42+
43+ @media screen and (max-width : 480px ) {
44+ .sponsor-image {
45+ width : 100% ;
46+ }
47+ }
48+
3149main {
3250 display : flex;
3351 justify-content : center;
You can’t perform that action at this time.
0 commit comments