Replace strong with boldtext element
This commit is contained in:
parent
7dfe1841aa
commit
1645159c30
|
@ -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
|
||||
|
|
|
@ -31,6 +31,10 @@ blockquote {
|
|||
font-size: 1.2rem;
|
||||
}
|
||||
|
||||
boldtext {
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
// Math
|
||||
|
||||
.equation {
|
||||
|
|
Loading…
Reference in New Issue