File tree Expand file tree Collapse file tree 2 files changed +11
-9
lines changed
Expand file tree Collapse file tree 2 files changed +11
-9
lines changed Original file line number Diff line number Diff line change 1414 color : # E3DE61 ;
1515 display : flex;
1616 flex-direction : column;
17+ height : 100vh ;
18+ margin : 0 ;
1719 overflow : hidden;
1820 }
1921
7577 .projects {
7678 direction : ltr;
7779 width : 1024px ;
78- height : 100 % ;
79- overflow-y : scroll ;
80+ flex : 1 ;
81+ overflow-y : auto ;
8082 scrollbar-color : # 2F5249 # 437057 ;
8183 scrollbar-width : thin;
82- flex : 1 ;
8384 }
8485
8586 li {
Original file line number Diff line number Diff line change 1111 <!-- https://colorhunt.co/palette/2f524943705797b067e3de61 -->
1212 < style >
1313 body {
14- font-family : "Tektur " , monospace;
14+ font-family : "Kode Mono " , monospace;
1515 font-size : large;
1616 background-color : # 2F5249 ;
1717 color : # E3DE61 ;
1818 display : flex;
1919 flex-direction : column;
20+ height : 100vh ;
21+ margin : 0 ;
2022 overflow : hidden;
2123 }
2224
7577 align-items : center;
7678 }
7779
78- .projects {
80+ .projects {
7981 direction : ltr;
80- width : 50 % ;
81- height : 100 % ;
82- overflow-y : scroll ;
82+ width : 1024 px ;
83+ flex : 1 ;
84+ overflow-y : auto ;
8385 scrollbar-color : # 2F5249 # 437057 ;
8486 scrollbar-width : thin;
85- flex : 1 ;
8687 }
8788
8889 li {
You can’t perform that action at this time.
0 commit comments