amaralibey commited on
Commit
a6dbb25
·
verified ·
1 Parent(s): 9aae5f8

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +17 -18
style.css CHANGED
@@ -23,6 +23,19 @@
23
  }
24
 
25
 
 
 
 
 
 
 
 
 
 
 
 
 
 
26
  .search-input {
27
  background-color: #374151 !important;
28
  border: 2px solid #3d3d3d !important;
@@ -39,6 +52,9 @@
39
  .search-input {
40
  width: 90% !important; /* 100% width on smartphones */
41
  }
 
 
 
42
  }
43
 
44
 
@@ -48,7 +64,6 @@
48
  margin-top: 2rem;
49
  background-color: #2d2d2d;
50
  border-radius: 12px;
51
- /* padding: 1rem; */
52
  }
53
 
54
 
@@ -65,20 +80,4 @@
65
  color: #6366f1;
66
  text-decoration: none;
67
  transition: color 0.3s ease;
68
- }
69
-
70
- /* .footer a:hover {
71
- color: #818cf8;
72
- } */
73
- /*
74
- @media (max-width: 767px) {
75
- .gallery {
76
- grid-template-columns: repeat(3, 1fr) !important;
77
- }
78
- }
79
-
80
- @media (min-width: 768px) {
81
- .gallery {
82
- grid-template-columns: repeat(5, 1fr) !important;
83
- }
84
- } */
 
23
  }
24
 
25
 
26
+
27
+ .search-input {
28
+ background-color: #374151;
29
+ border: 2px solid #3d3d3d;
30
+ border-radius: 40px;
31
+ font-size: 1.1rem;
32
+ color: #ffffff;
33
+ width: 60%;
34
+ margin: 0 auto;
35
+ transition: all 0.3s ease;
36
+ }
37
+
38
+
39
  .search-input {
40
  background-color: #374151 !important;
41
  border: 2px solid #3d3d3d !important;
 
52
  .search-input {
53
  width: 90% !important; /* 100% width on smartphones */
54
  }
55
+ .gallery {
56
+ height: 400px;
57
+ }
58
  }
59
 
60
 
 
64
  margin-top: 2rem;
65
  background-color: #2d2d2d;
66
  border-radius: 12px;
 
67
  }
68
 
69
 
 
80
  color: #6366f1;
81
  text-decoration: none;
82
  transition: color 0.3s ease;
83
+ }