ghostai1 commited on
Commit
b96fa63
·
verified ·
1 Parent(s): ad640dc

Rename style.css to styles.css

Browse files
Files changed (1) hide show
  1. style.css → styles.css +13 -14
style.css → styles.css RENAMED
@@ -70,21 +70,20 @@ body {
70
  color: #ef4444;
71
  }
72
 
73
- .embed-container {
74
- position: relative;
75
- padding-bottom: 56.25%;
76
- height: 0;
77
- overflow: hidden;
78
- max-width: 100%;
79
- }
80
-
81
- .embed-container iframe {
82
- position: absolute;
83
- top: 0;
84
- left: 0;
85
  width: 100%;
86
- height: 100%;
87
- border: 0;
 
 
 
 
 
88
  }
89
 
90
  pre code {
 
70
  color: #ef4444;
71
  }
72
 
73
+ .image-container {
74
+ max-width: 600px;
75
+ margin: 0 auto;
76
+ }
77
+
78
+ .community-image {
 
 
 
 
 
 
79
  width: 100%;
80
+ height: auto;
81
+ border-radius: 0.5rem;
82
+ transition: transform 0.3s ease;
83
+ }
84
+
85
+ .community-image:hover {
86
+ transform: scale(1.05);
87
  }
88
 
89
  pre code {