Skip to content

Commit

Permalink
fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexChoirSPb committed Oct 28, 2024
1 parent 366134e commit 2bc5772
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"liveServer.settings.port": 5501
}
4 changes: 1 addition & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,10 @@
<meta charset="UTF-8" />
<meta
name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0 maximun-scale=1.0, minimun-scale=1.0"
content="width=device-width, user-scalable=no, initial-scale=1.0 maximum-scale=1.0, minimum-scale=1.0"
/>
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<link rel="stylesheet" href="./styles/style.css" />
<link rel="preload" href="./fonts/SpaceGrotesk-Regular.woff2" as="font" />
<link rel="preload" href="./fonts/SpaceGrotesk-Medium.woff2" as="font" />
<title>Positivus</title>
</head>
<body>
Expand Down
4 changes: 2 additions & 2 deletions styles/_fonts.scss
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
@font-face {
font-family: "Space Grotesk";
src: url('/fonts/SpaceGrotesk-Regular.woff2') format("woff2");
src: url('../fonts/SpaceGrotesk-Regular.woff2') format("woff2");
font-weight: 400;
font-style: normal;
font-display: swap;
}

@font-face {
font-family: "Space Grotesk";
src: url('/fonts/SpaceGrotesk-Medium.woff2') format("woff2");
src: url('../fonts/SpaceGrotesk-Medium.woff2') format("woff2");
font-weight: 500;
font-style: normal;
font-display: swap;
Expand Down
2 changes: 1 addition & 1 deletion styles/blocks/_contact-us.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
translate: -50% -50%;
height: calc(100% - var(--contactUsImageOffsetY)*2);
aspect-ratio: 1;
background: url('../../images/contact-us-bg.svg') center/contain no-repeat;
background: url('../images/contact-us-bg.svg') center/contain no-repeat;


@include tablet {
Expand Down

0 comments on commit 2bc5772

Please sign in to comment.