Commit 67f769ee216798d87be70df8bee8c4c230241fe5
1 parent
6c2bf89e
landing styles update
Showing
2 changed files
with
4 additions
and
1 deletions
Show diff stats
frontend/views/landing/view.php
... | ... | @@ -16,6 +16,9 @@ |
16 | 16 | <meta charset="UTF-8" /> |
17 | 17 | <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
18 | 18 | <meta name="description" content="<?=$seo->desc; ?>"> |
19 | + <link rel="preconnect" href="https://fonts.googleapis.com"> | |
20 | + <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> | |
21 | + <link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&family=Ubuntu:wght@400;500;700&display=swap" rel="stylesheet"> | |
19 | 22 | <title><?=$seo->title; ?></title> |
20 | 23 | </head> |
21 | 24 | <body> | ... | ... |
frontend/web/css/css_min.css
... | ... | @@ -1980,7 +1980,7 @@ a:hover { |
1980 | 1980 | left: 0; |
1981 | 1981 | top: 0.5rem; |
1982 | 1982 | content: ''; |
1983 | - background: url("../imgs/icons/arrow-green.png") 50% 50% no-repeat; } | |
1983 | + background: url("../../storage/landing/arrow-green.png") 50% 50% no-repeat; } | |
1984 | 1984 | |
1985 | 1985 | .opportunities-right_btn a { |
1986 | 1986 | width: 306px; | ... | ... |