|
@@ -35,6 +35,7 @@
|
|
|
|
|
|
|
|
<%= Work.css() |> Phoenix.HTML.raw() %>
|
|
<%= Work.css() |> Phoenix.HTML.raw() %>
|
|
|
<%= Basics.css() |> Phoenix.HTML.raw() %>
|
|
<%= Basics.css() |> Phoenix.HTML.raw() %>
|
|
|
|
|
+ <%= Skill.css() |> Phoenix.HTML.raw() %>
|
|
|
|
|
|
|
|
dt.work_location+dd::before {
|
|
dt.work_location+dd::before {
|
|
|
content: '🏢 ' attr(value);
|
|
content: '🏢 ' attr(value);
|
|
@@ -43,12 +44,6 @@
|
|
|
dt.location::after {
|
|
dt.location::after {
|
|
|
content: '🏠 ' attr(value);
|
|
content: '🏠 ' attr(value);
|
|
|
}
|
|
}
|
|
|
-
|
|
|
|
|
- li h1,
|
|
|
|
|
- li h2,
|
|
|
|
|
- li h3 {
|
|
|
|
|
- font-weight: 500;
|
|
|
|
|
- }
|
|
|
|
|
</style>
|
|
</style>
|
|
|
</head>
|
|
</head>
|
|
|
|
|
|