Replace strong with boldtext element

This commit is contained in:
Santiago Lo Coco 2022-02-17 23:59:39 -03:00
parent 7dfe1841aa
commit 1645159c30
2 changed files with 5 additions and 1 deletions

View File

@ -2,7 +2,7 @@
layout: about
title: about
permalink: /
subtitle: <strong>Software engineer student</strong> @ <a href="https://www.itba.edu.ar">ITBA</a>.
subtitle: <boldtext>Software engineer student</boldtext> @ <a href="https://www.itba.edu.ar">ITBA</a>.
profile:
align: right

View File

@ -31,6 +31,10 @@ blockquote {
font-size: 1.2rem;
}
boldtext {
font-weight: 500;
}
// Math
.equation {