Skip to content

Commit

Permalink
Merge pull request #124 from mdthejaswini123/fix-issue-123
Browse files Browse the repository at this point in the history
The navbar font size is increased, and the license section font style and its font properties have been changed to increase the readability.
  • Loading branch information
multiverseweb authored Oct 15, 2024
2 parents 1cf84f0 + 08e45d0 commit aa05ed9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
3 changes: 3 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inconsolata:[email protected]&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Montserrat+Alternates:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/styles.css">
</head>

Expand Down
9 changes: 8 additions & 1 deletion website/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -506,6 +506,7 @@ tr:hover {
overflow-y: scroll;
max-width: 400px;
box-shadow: 0px 0px 10px black;
font-size: 1.2rem;
}

.preview {
Expand Down Expand Up @@ -1315,7 +1316,13 @@ input {
}

.license-content {
font-family: 'Times New Roman', Times, serif;

font-family: "Montserrat Alternates", sans-serif;
font-weight: 400;
font-style: normal;
letter-spacing: 0.05em;
font-size: 1.1em; /* Slight increase */
line-height: 1.3; /* For multi-line text */
margin-top: 50px;
padding: 50px 50px;
justify-content: center;
Expand Down

0 comments on commit aa05ed9

Please sign in to comment.