Skip to content

Commit

Permalink
Remove Montserrat font family and reduce size of universo image
Browse files Browse the repository at this point in the history
  • Loading branch information
cristofima committed Feb 29, 2024
1 parent 7de04ab commit 05ed37c
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ body {
}

.notfound .notfound-404 h1 {
font-family: "Montserrat", sans-serif;
font-size: 230px;
margin: 0px;
font-weight: 900;
Expand All @@ -44,15 +43,14 @@ body {
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
background: url("/assets/images/universo.jpg") no-repeat;
background: url("/assets/images/universe.jpg") no-repeat;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-size: cover;
background-position: center;
}

.notfound h2 {
font-family: "Montserrat", sans-serif;
color: #000;
font-size: 24px;
font-weight: 700;
Expand All @@ -61,7 +59,6 @@ body {
}

.notfound p {
font-family: "Montserrat", sans-serif;
color: #000;
font-size: 14px;
font-weight: 400;
Expand All @@ -70,7 +67,6 @@ body {
}

.notfound a {
font-family: "Montserrat", sans-serif;
font-size: 14px;
text-decoration: none;
text-transform: uppercase;
Expand Down
Binary file added src/assets/images/universe.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/assets/images/universo.jpg
Binary file not shown.
1 change: 0 additions & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
<meta name="keywords" content="Movie, TV Show, Angular, Cinema">
<meta name="author" content="Cristopher Coronado">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
</head>
<body>
Expand Down

0 comments on commit 05ed37c

Please sign in to comment.