Skip to content

Commit 3069582

Browse files
committed
Increased width of twocol section
1 parent 141ad23 commit 3069582

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

hugo.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ caches:
1717
params:
1818
profile:
1919
name: 'Fernando Santos, PhD'
20-
position: 'Technical Writer · Software Documentation'
20+
position: 'Technical Writer · Software Development and Documentation'
2121
resume: 'https://drive.google.com/file/d/1IiOkX3VveuBm_my9-l9xAO5iGAHaMdlu/view?usp=sharing'
2222
social:
2323
- icon: 'github'
@@ -36,7 +36,7 @@ languages:
3636
contentDir: content
3737
params:
3838
profile:
39-
position: 'Escritor Técnico · Documentación de Software'
39+
position: 'Escritor Técnico · Desarrollo y Documentación de Software'
4040
resume: 'https://drive.google.com/file/d/1ivfH40XmN_Dy69GXvJYl7Vtgs9vF8wwD/view?usp=sharing'
4141
en:
4242
languageName: "🇺🇸 English"

layouts/partials/style.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@
202202

203203
.twocol-container {
204204
display: grid;
205-
grid-template-columns: 1fr 1fr;
205+
grid-template-columns: 2fr 1fr;
206206
gap: 0em;
207207
align-items: top;
208208
margin-top: 1em;
@@ -215,8 +215,8 @@
215215
}
216216

217217
.twocol-image img {
218-
width: 200px;
219218
float: right;
219+
width: 200px;
220220
}
221221

222222
@media (max-width: 575px) {

0 commit comments

Comments
 (0)