org导出时如何是内容居中?

我用了这个网站的css样式
https://loomcom.com/blog/0110_emacs_blogging_for_fun_and_profit.html
可是我的文件导出的时候却是这样的


这是写在文件里的配置

#+title: Project.org, 存储我的任务记录
#+export_file_name: ./test/project.html
#+html_head: <link rel="stylesheet" type="text/css" href="../css/style.css"/>
#+html_head: <link rel="stylesheet" type="text/css" href="../css/faces.css"/>

控制台里没有任何错误


求助各位大佬

应该是样式起作用的,可以研究下你参考的博客的样式。

我好像找到问题了,我的配置是

("wiki-html"
				       :base-directory "~/ChiniBlogs/src/"
				       :base-extension "org"
				       :publishing-directory "~/ChiniBlogs/html"
				       :html-head "<link rel=\"stylesheet\" type=\"text/css\" href=\"../css/org.css\"/>"
				       :recursive t
				       :publishing-function org-html-publish-to-html
				       :auto-preamble t
				       :section-numbers nil
				       :author "Steiner"
				       :headline-levels 4)

导入css文件的路径是用相对路径,可能产生错误,所以应该尝试使用 url 地址来替代