Skip to content

Commit

Permalink
code optimization
Browse files Browse the repository at this point in the history
  • Loading branch information
Kostya Nosatskyi authored and Kostya Nosatskyi committed Mar 29, 2024
1 parent 444ba39 commit c2dc684
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 11 deletions.
1 change: 0 additions & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
content="List of projects created by students of the Front-End for Beginners 2023 course at Masters Academy.">
<meta name="description"
content="List of projects created by students of the Front-End for Beginners 2023 course at Masters Academy.">
<link rel="stylesheet" href="./src/styles/card.css">
<link rel="stylesheet" href="./src/styles/style.css">
<link rel="icon" type="image/x-icon" href="./src/favicon.png">
<title>Hall of Fame</title>
Expand Down
10 changes: 1 addition & 9 deletions docs/src/styles/card.css
Original file line number Diff line number Diff line change
@@ -1,12 +1,4 @@
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

body {
padding: 0;
box-sizing: border-box;
font-family: "Roboto", sans-serif;
}

.wrapper, .card-container {
.card-container {
display: flex;
justify-content: center;
flex-wrap: wrap;
Expand Down
5 changes: 4 additions & 1 deletion docs/src/styles/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,17 @@
@import url("reset.css");
@import url("header.css");
@import url("footer.css");
@import url("card.css");

body {
font-family: Roboto, "Roboto", sans-serif;
font-family: "Roboto", sans-serif;
}

.wrapper {
display: flex;
flex-direction: column;
justify-content: center;
flex-wrap: wrap;
margin: 0 auto;
min-width: 400px;
min-height: 100vh;
Expand Down

0 comments on commit c2dc684

Please sign in to comment.