We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bde72e5 commit a438371Copy full SHA for a438371
1 file changed
Projects/Github Profile Wrapper/style.css
@@ -30,6 +30,11 @@ body {
30
h2{
31
font-family: 'Kalam', cursive;
32
}
33
+@media (min-width: 470px) {
34
+ #search-btn {
35
+ width:50px;
36
+ }
37
+}
38
.container {
39
width: 100%;
40
height: 100%;
@@ -114,6 +119,35 @@ h2{
114
119
color: #000000;
115
120
box-shadow: 2px 3px grey;
116
121
122
+@media (max-width: 470px) {
123
124
+ width:70px;
125
+ height:25px;
126
+ font-size: small;
127
128
129
+@media (max-width: 299px) {
130
+ h2{
131
+ font-size:small ;
132
133
134
135
136
137
138
139
+ @media (max-width: 182px) {
140
141
+ font-size:x-small ;
142
143
144
+ width:25px;
145
+ height:20px;
146
+ font-size:x-small;
147
+ letter-spacing: 0;
148
149
+
150
117
151
.card{
118
152
153
0 commit comments