css and rtl fixes

This commit is contained in:
a 2020-09-29 16:27:57 -05:00
parent 51557d6403
commit b8aae7ebeb
2 changed files with 4 additions and 3 deletions

View file

@ -350,7 +350,7 @@ body {
max-width: 600px;
box-shadow: 2px 2px 6px rgba(0,0,0,0.2);
border-radius: 2px;
.u-photo {flex-grow: 1; flex-basis: 160px;}
.u-photo {flex-grow: 1; flex-basis: 160px; height: auto;}
.info {
flex-grow: 1;
background: white;
@ -403,6 +403,7 @@ body {
/* i18n */
html[lang="ar"] {
.site-nav,
.personal-summary,
.section-header,
.cta a

View file

@ -31,7 +31,7 @@ weight = 30
[[languages.ar.menu.main]]
url = "/about"
name = "معلومات"
weight = 30
weight = 10
[[languages.ar.menu.main]]
url = "/media"
name = "إعلام"
@ -39,7 +39,7 @@ weight = 20
[[languages.ar.menu.main]]
url = "/contact"
name = "اِرتبط"
weight = 10
weight = 30
[markup.goldmark.renderer]