File tree Expand file tree Collapse file tree 1 file changed +4
-68
lines changed Expand file tree Collapse file tree 1 file changed +4
-68
lines changed Original file line number Diff line number Diff line change @@ -25,19 +25,16 @@ nav#mainNav .dropdown-item.dropdown-list-item:active {
25
25
.side-nav-menu-area {
26
26
color : white;
27
27
background-color : # 212529 ;
28
- width : 100% ;
29
- height : 100vh ;
28
+ width : 200px ;
30
29
}
31
30
.mobile-icons {
32
31
width : 50px ;
33
32
display : none;
34
33
}
35
34
# side-nav-list {
36
- text-align : center;
37
- margin : 0 auto;
38
- width : fit-content;
39
35
padding : 20px 0 20px 0px ;
40
36
margin-top : 100px ;
37
+ text-align : center;
41
38
}
42
39
# side-nav-list div {
43
40
padding-bottom : 10px ;
@@ -50,7 +47,7 @@ nav#mainNav .dropdown-item.dropdown-list-item:active {
50
47
}
51
48
@media only screen and (max-width : 425px ) {
52
49
.side-nav-menu-area {
53
- width : 100 % ;
50
+ width : 50 px ;
54
51
}
55
52
# side-nav-list h1 {
56
53
display : none;
@@ -84,25 +81,10 @@ nav#mainNav .dropdown-item.dropdown-list-item:active {
84
81
.displayed-content-area h1 {
85
82
text-align : center;
86
83
}
87
- .displayed-content-area1 {
88
- display : flex;
89
- flex-direction : row;
90
- justify-content : space-around;
91
- width : 100% ;
92
- }
93
- /* Turning the row into a column */
94
- @media (max-width : 1024px ) {
95
- .displayed-content-area1 {
96
- flex-direction : column;
97
- }
98
- }
99
- .displayed-content-area1 h1 {
100
- text-align : center;
101
- }
102
84
.displayed-columns {
103
85
overflow : scroll;
104
86
width : 100% ;
105
- height : 100 vh ;
87
+ max- height: 730 px ;
106
88
padding : 10px ;
107
89
}
108
90
.row {
@@ -191,49 +173,3 @@ ul {
191
173
display : block;
192
174
content : 'APPLY to a \A Cohort' ;
193
175
}
194
- /*------------test--Tamari----------------*/
195
- .test {
196
- display : none;
197
- }
198
-
199
- .test2 {
200
- display : none;
201
- }
202
-
203
- .h {
204
- width : fit-content;;
205
- }
206
- /*--full time--*/
207
- .Full-Time {
208
- cursor : pointer;
209
- font-size : 30px ;
210
- width : fit-content;
211
- text-align : center;
212
- margin-left : 30% ;
213
- }
214
- .Full-Time li {
215
- display : none;
216
- margin-top : 3px ;
217
- }
218
-
219
- .Full-Time : hover li {
220
- display : block;
221
- background-color : # fec503
222
- }
223
- /*----part time---*/
224
- .Part-Time {
225
- cursor : pointer;
226
- margin-top : 20px ;
227
- font-size : 30px ;
228
- width : fit-content;
229
- margin-left : 30% ;
230
- }
231
- .Part-Time li {
232
- display : none;
233
- margin-top : 3px ;
234
- }
235
-
236
- .Part-Time : hover li {
237
- display : block;
238
- background-color : # fec503
239
- }
You can’t perform that action at this time.
0 commit comments