Skip to content

Commit

Permalink
font fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
odtheking committed Oct 25, 2023
1 parent 481570c commit 035c547
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
3 changes: 1 addition & 2 deletions installation_guide.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@
<head>
<style>
body {
font-family: Arial, sans-serif;
color: white;
text-align: center; /* Center-align the content within the body */
}
Expand Down Expand Up @@ -104,7 +103,7 @@
display: grid;
grid-template-columns: 1fr; /* Adjust the percentage as needed */
justify-content: center;
margin-left: 10.5em;
margin-left: 11.5em;

}
}
Expand Down
13 changes: 10 additions & 3 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ body::before {
grid-template-rows: 60px;
padding: 1em;
color: white;
font-family: 'montserrat'; /* Added single quotes around font name */
}

.logo {
Expand Down Expand Up @@ -144,7 +143,8 @@ body::before {
color: white;
font-weight: lighter;
text-shadow: 0 0 15px #fff;

user-select: none;

}

.download {
Expand All @@ -155,6 +155,8 @@ body::before {
justify-content: center;
display: flex;
margin-top: 3px;
user-select: none;


}

Expand Down Expand Up @@ -224,6 +226,8 @@ body::before {
color: white;
position: relative;
top: 1vh; /* Adjusted from 10px */
user-select: none;

}

.Module::after {
Expand All @@ -243,6 +247,8 @@ body::before {
color: white;
position: relative;
top: 0.7vw; /* Adjusted from 20px */
user-select: none;

}

.rubix {
Expand Down Expand Up @@ -404,6 +410,8 @@ footer {
text-align: center;
position: relative; /* Add relative positioning to the footer */
overflow: hidden; /* Ensure the image won't overflow the footer */
user-select: none;


}

Expand Down Expand Up @@ -603,7 +611,6 @@ footer {
}

.text {
font-family: 'Courier New', Courier, monospace;
font-size: 4.4vw; /* Adjust for smaller screens */
margin-bottom: 0em; /* Adjust the margin to decrease spacing between lines */
text-align: left;
Expand Down

0 comments on commit 035c547

Please sign in to comment.