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 {
2525.side-nav-menu-area {
2626 color : white;
2727 background-color : # 212529 ;
28- width : 100% ;
29- height : 100vh ;
28+ width : 200px ;
3029}
3130.mobile-icons {
3231 width : 50px ;
3332 display : none;
3433}
3534# side-nav-list {
36- text-align : center;
37- margin : 0 auto;
38- width : fit-content;
3935 padding : 20px 0 20px 0px ;
4036 margin-top : 100px ;
37+ text-align : center;
4138}
4239# side-nav-list div {
4340 padding-bottom : 10px ;
@@ -50,7 +47,7 @@ nav#mainNav .dropdown-item.dropdown-list-item:active {
5047}
5148@media only screen and (max-width : 425px ) {
5249 .side-nav-menu-area {
53- width : 100 % ;
50+ width : 50 px ;
5451 }
5552 # side-nav-list h1 {
5653 display : none;
@@ -84,25 +81,10 @@ nav#mainNav .dropdown-item.dropdown-list-item:active {
8481.displayed-content-area h1 {
8582 text-align : center;
8683}
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- }
10284.displayed-columns {
10385 overflow : scroll;
10486 width : 100% ;
105- height : 100 vh ;
87+ max- height: 730 px ;
10688 padding : 10px ;
10789}
10890.row {
@@ -191,49 +173,3 @@ ul {
191173 display : block;
192174 content : 'APPLY to a \A Cohort' ;
193175}
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