File tree 3 files changed +24
-0
lines changed 3 files changed +24
-0
lines changed Original file line number Diff line number Diff line change 2
2
import AltText from ' ./components/AltText.svelte'
3
3
</script >
4
4
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
+
5
11
<main >
6
12
<div class =" align-main" >
7
13
<h1 >Alt Text Generator</h1 >
Original file line number Diff line number Diff line change @@ -28,6 +28,24 @@ body {
28
28
text-align : center;
29
29
}
30
30
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
+
31
49
main {
32
50
display : flex;
33
51
justify-content : center;
You can’t perform that action at this time.
0 commit comments