File tree Expand file tree Collapse file tree 4 files changed +11
-11
lines changed
Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 1313
1414.nav-link {
1515 padding : 1em ;
16- color : white ;
16+ color : var ( --default-font-color ) ;
1717 text-decoration : none;
1818 /* background-image:none; */
1919 transition : all 0.5s ease-in-out;
2222
2323.nav-link : hover {
2424 background-color : rgb (36 , 28 , 45 );
25- color : var (--default-secundary-font-color )!important
25+ color : var (--default-secundary-font-color ) !important
2626}
2727
2828.nav-link : visited {
29- color : white ;
29+ color : var ( --default-font-color ) ;
3030 text-decoration : none;
3131 background-image : none;
3232}
Original file line number Diff line number Diff line change 1414}
1515
1616# presentation-main-skill {
17- font-size : 1.8 rem ;
17+ font-size : 2 rem ;
1818 opacity : 0 ;
1919 animation-name : show-presentation-main-skill;
2020 animation-timing-function : ease;
Original file line number Diff line number Diff line change @@ -37,9 +37,9 @@ section {
3737 /* border: solid 3px aqua; */
3838 width : 60% ;
3939 margin : 0 auto;
40- margin-top : 3 em ;
41- margin-bottom : 3 em ;
42- height : calc (100vh - 6 em );
40+ margin-top : 2.5 em ;
41+ margin-bottom : 2.5 em ;
42+ height : calc (100vh - 5 em );
4343 z-index : 2 ;
4444
4545}
9999 color : var (--default-font-color );
100100 font-family : var (--default-font-family );
101101 /* for font-size I use to avoid cascading problem*/
102- font-size : 1.7 rem ;
102+ font-size : 2 rem ;
103103
104104}
105105.centered-article {
@@ -224,7 +224,7 @@ nav {
224224
225225@media (max-width : 510px ) {
226226 : root {
227- font-size : 17 px ;
227+ font-size : 15 px ;
228228 }
229229
230230 p {
@@ -243,7 +243,7 @@ nav {
243243
244244@media (max-width : 350px ) {
245245 : root {
246- font-size : 13 px ;
246+ font-size : 10 px ;
247247 }
248248
249249 p {
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ <h2 class="subtitle reveal">
7676 </ section >
7777 < section >
7878 < article id ="work ">
79- < h2 class ="subtitle reveal "> These are my github repositories </ h2 >
79+ < h2 class ="subtitle reveal "> Some projects I've make </ h2 >
8080 < div class ="card-projects ">
8181 < div id ="open-ecommerce " class ="card-project reveal ">
8282 < div class ="card-title ">
You can’t perform that action at this time.
0 commit comments