Skip to content

Commit a15175c

Browse files
committed
change some font-size and color
1 parent 082d06e commit a15175c

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

css/navbar.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
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;
@@ -22,11 +22,11 @@
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
}

css/presentation-section.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
}
1515

1616
#presentation-main-skill {
17-
font-size: 1.8rem;
17+
font-size: 2rem;
1818
opacity: 0;
1919
animation-name: show-presentation-main-skill;
2020
animation-timing-function: ease;

css/styles.css

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ section {
3737
/* border: solid 3px aqua; */
3838
width: 60%;
3939
margin: 0 auto;
40-
margin-top: 3em;
41-
margin-bottom: 3em;
42-
height: calc(100vh - 6em);
40+
margin-top: 2.5em;
41+
margin-bottom: 2.5em;
42+
height: calc(100vh - 5em);
4343
z-index: 2;
4444

4545
}
@@ -99,7 +99,7 @@ nav {
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.7rem;
102+
font-size: 2rem;
103103

104104
}
105105
.centered-article{
@@ -224,7 +224,7 @@ nav {
224224

225225
@media (max-width: 510px) {
226226
:root {
227-
font-size: 17px;
227+
font-size: 15px;
228228
}
229229

230230
p {
@@ -243,7 +243,7 @@ nav {
243243

244244
@media (max-width: 350px) {
245245
:root {
246-
font-size: 13px;
246+
font-size: 10px;
247247
}
248248

249249
p {

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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">

0 commit comments

Comments
 (0)