File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
-
2
1
.themes-container {
3
2
padding : 3rem ;
4
3
width : 80% ;
9
8
}
10
9
}
11
10
12
- @media only screen and (max-width : 1000px ) {
11
+ @media only screen and (max-width : 1000px ) {
13
12
.themes-container {
14
13
width : 100% ;
15
14
margin : 0 1rem ;
32
31
33
32
img {
34
33
width : 100% ;
34
+ aspect-ratio : 16 / 9 ;
35
35
height : 90% ;
36
36
object-fit : cover ;
37
37
}
54
54
margin-right : 2rem ;
55
55
}
56
56
57
- h1 , p {
57
+ h1 ,
58
+ p {
58
59
margin : 0 ;
59
60
}
60
61
61
62
padding : 1rem ;
62
63
}
63
64
64
-
65
- @media only screen and (max-width : 1000px ) {
65
+ @media only screen and (max-width : 1000px ) {
66
66
.themes .theme {
67
67
width : 100% ;
68
68
}
69
69
}
70
70
71
- @media only screen and (max-width : 1000px ) {
71
+ @media only screen and (max-width : 1000px ) {
72
72
.theme-info {
73
73
flex-direction : column ;
74
74
align-items : center ;
You can’t perform that action at this time.
0 commit comments