Skip to content

Commit c2b513c

Browse files
committed
Change font sizes
1 parent 4e2903c commit c2b513c

1 file changed

Lines changed: 20 additions & 24 deletions

File tree

index.html

Lines changed: 20 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
}
2525

2626
header {
27-
padding: 4rem 2rem 2rem 2rem;
27+
padding: 5rem 2rem 2rem 2rem;
2828
max-width: 900px;
2929
margin: 0 auto;
3030
}
@@ -37,7 +37,7 @@
3737
}
3838

3939
.subtitle {
40-
font-size: 0.95rem;
40+
font-size: 0.9rem;
4141
color: var(--light-grey);
4242
margin-top: 0.5rem;
4343
text-transform: uppercase;
@@ -51,10 +51,12 @@
5151
}
5252

5353
.bio {
54-
font-size: 1rem;
55-
margin-bottom: 4rem;
54+
font-size: 1.25rem;
55+
font-weight: 400;
56+
margin-bottom: 5rem;
5657
text-align: justify;
57-
max-width: 800px;
58+
max-width: 850px;
59+
color: var(--text-color);
5860
}
5961

6062
.nav-section {
@@ -78,13 +80,21 @@
7880
}
7981

8082
.link-list li {
81-
margin-bottom: 0.8rem;
83+
margin-bottom: 0.7rem;
84+
display: flex;
85+
align-items: center;
86+
}
87+
88+
.link-list li::before {
89+
content: "•";
90+
margin-right: 12px;
91+
color: var(--light-grey);
8292
}
8393

8494
.link-list a {
8595
text-decoration: none;
8696
color: var(--text-color);
87-
font-size: 1.2rem;
97+
font-size: 1.05rem;
8898
font-weight: 400;
8999
transition: opacity 0.3s ease;
90100
}
@@ -93,13 +103,6 @@
93103
opacity: 0.5;
94104
}
95105

96-
.link-note {
97-
font-size: 0.85rem;
98-
color: var(--light-grey);
99-
margin-left: 10px;
100-
font-style: italic;
101-
}
102-
103106
footer {
104107
padding: 3rem 2rem;
105108
max-width: 900px;
@@ -113,7 +116,8 @@
113116

114117
@media (max-width: 600px) {
115118
h1 { font-size: 1.5rem; }
116-
.link-list a { font-size: 1.1rem; }
119+
.bio { font-size: 1.1rem; }
120+
.link-list a { font-size: 1rem; }
117121
}
118122
</style>
119123
</head>
@@ -147,20 +151,12 @@ <h2>Visual Artist</h2>
147151
<li><a href="art.html#super8">Super8</a></li>
148152
</ul>
149153
</div>
150-
151-
<div class="nav-section">
152-
<h2>Connect</h2>
153-
<ul class="link-list">
154-
<li><a href="mailto:coralfustero@gmail.com">Email</a></li>
155-
<li><a href="https://www.researchgate.net/profile/Coral-Fustero-Torre" target="_blank">ResearchGate <span class="link-note"></span></a></li>
156-
</ul>
157-
</div>
158154
</nav>
159155
</main>
160156

161157
<footer>
162158
<div>&copy; 2026 Coral Fustero-Torre</div>
163-
<div>Berlin — Madrid</div>
159+
<div>Computational Biologist / Visual artist</div>
164160
</footer>
165161

166162
</body>

0 commit comments

Comments
 (0)