fix IPA placeholder

This commit is contained in:
Murphy 2025-02-26 12:54:08 -05:00
parent 608c9d2dcb
commit ae8de1ad55
Signed by: freya
GPG key ID: 9FBC6FFD6D2DBF17
2 changed files with 10 additions and 2 deletions
src
scss
web/lang

View file

@ -11,6 +11,14 @@
padding-right: $outer-gap;
}
#about {
span {
margin: 0 !important;
font-family: monospace;
font-size: 110%;
}
}
@media (max-width: 800px) {
#main .col {
display: block;

View file

@ -5,8 +5,8 @@ $lang['title'] = $lang['first_name'];
# sections
$lang['about'] = 'About';
$lang['section_about'] = '
Hi, and welcome to my webbed site! I go by Freya (IPA). I make cool
programming projects, work as a software developer, and lurk on the
Hi, and welcome to my webbed site! I go by Freya <span class="ipa">/ˈfɹeɪə/</span>.
I make cool programming projects, work as a software developer, and lurk on the
interwebz. You can find me tinerking with systems programming, networking, and
declarative linux distros.
';