fix(style): fix bio center alignment

This commit is contained in:
George Cushen 2024-06-02 14:33:45 +01:00
commit f726390527
3 changed files with 39 additions and 42 deletions

View file

@ -53,18 +53,18 @@
font-size: 0.9rem;
}
/*.ul-edu {*/
/* list-style: none;*/
/* }*/
/* .ul-edu { */
/* list-style: none; */
/* } */
/* .ul-edu li {*/
/* position: relative;*/
/* padding: 0 15px 4px 3px;*/
/* }*/
/* .ul-edu li { */
/* position: relative; */
/* padding: 0 15px 4px 3px; */
/* } */
/* .ul-edu li .description p {*/
/* margin: 0;*/
/* }*/
/* .ul-edu li .description p { */
/* margin: 0; */
/* } */
.ul-edu li .description p.course {
font-size: 0.9rem;
@ -80,15 +80,15 @@
font-size: 1.5rem;
}
.dark .portrait-title h3 {
color: rgb(255 255 255 / 90%);
font-weight: bold;
}
/* .dark .portrait-title h3 { */
/* color: rgb(255 255 255 / 90%); */
/* font-weight: bold; */
/* } */
.dark .portrait-title h2 {
color: #fff;
font-weight: bold;
}
/* .dark .portrait-title h2 { */
/* color: #fff; */
/* font-weight: bold; */
/* } */
.bio-text {
max-width: 680px;

File diff suppressed because one or more lines are too long

View file

@ -35,7 +35,7 @@
{{ end }}
{{ end }}
<div id="profile" class="resume-biography flex justify-center items-center flex-col">
<div id="profile" class="resume-biography flex justify-center items-center flex-col dark:text-white">
{{ if $avatar }}
<div class="avatar-wrapper {{ if $img }}-mt-[105px]{{else}}mt-10{{end}}">
@ -46,8 +46,6 @@
</div>
{{ end }}
<div class="portrait-title dark:text-white">
<div class="text-3xl font-bold mb-2 mt-6">
{{- if $person.name_pronunciation -}}
<ruby>
@ -68,7 +66,6 @@
{{ if .url }}</a>{{ end }}
</div>
{{ end }}
</div>
<ul class="network-icon dark:text-zinc-100">
{{ range $person.profiles }}