File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424 }
2525
2626 header {
27- padding : 4 rem 2rem 2rem 2rem ;
27+ padding : 5 rem 2rem 2rem 2rem ;
2828 max-width : 900px ;
2929 margin : 0 auto;
3030 }
3737 }
3838
3939 .subtitle {
40- font-size : 0.95 rem ;
40+ font-size : 0.9 rem ;
4141 color : var (--light-grey );
4242 margin-top : 0.5rem ;
4343 text-transform : uppercase;
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 {
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.2 rem ;
97+ font-size : 1.05 rem ;
8898 font-weight : 400 ;
8999 transition : opacity 0.3s ease;
90100 }
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 ;
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 > © 2026 Coral Fustero-Torre</ div >
163- < div > Berlin — Madrid </ div >
159+ < div > Computational Biologist / Visual artist </ div >
164160 </ footer >
165161
166162</ body >
You can’t perform that action at this time.
0 commit comments