File tree Expand file tree Collapse file tree 1 file changed +38
-1
lines changed Expand file tree Collapse file tree 1 file changed +38
-1
lines changed Original file line number Diff line number Diff line change @@ -93,6 +93,10 @@ ul li a
93
93
transform : translate (2% , -40% );
94
94
position : absolute;
95
95
}
96
+ ul li
97
+ {
98
+ margin-right : 15px ;
99
+ }
96
100
}
97
101
98
102
/*1200
@@ -141,8 +145,41 @@ ul li a
141
145
.top
142
146
{
143
147
top : 31% ;
144
- right : 18% ;
148
+ right : 10% ;
149
+ left : 16% ;
145
150
transform : translate (-4% , -35% );
146
151
position : fixed;
147
152
}
153
+ .image img
154
+ {
155
+ position : relative;
156
+ left : 2% ;
157
+ }
158
+ .image h1
159
+ {
160
+ font-size : 25px ;
161
+ }
162
+ p
163
+ {
164
+ font-size : 19px ;
165
+ }
166
+ ul li
167
+ {
168
+ margin-right : 0 ;
169
+ margin-right : 10px ;
170
+ }
171
+ ul li a
172
+ {
173
+ font-size : 20px ;
174
+ }
175
+ .codeforces
176
+ {
177
+ width : 25px ;
178
+ height : 25px ;
179
+ }
180
+ .codechef
181
+ {
182
+ width : 26px ;
183
+ height : 26px ;
184
+ }
148
185
}
You can’t perform that action at this time.
0 commit comments