We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ffc47d5 + 194e755 commit 9032059Copy full SHA for 9032059
index.css
@@ -10,9 +10,9 @@ html, body {
10
margin: 0;
11
width: 100%;
12
height: 100%;
13
- font-family: 'Roboto', sans-serif; /* Use a modern font */
14
- background-color: #f4f4f4; /* Set a neutral background color */
15
- color: #333; /* Set a default text color */
+ font-family: 'Roboto', sans-serif;
+ background-color: #f4f4f4;
+ color: #333;
16
}
17
18
/* Styling for reusable icon class */
@@ -90,7 +90,7 @@ html, body {
90
/* Additional styles for larger screens */
91
@media (min-width: 768px) {
92
body {
93
- background-color: #fff; /* Set a white background for larger screens */
+ background-color: #fff;
94
95
96
/* Add more styles for larger screens as needed */
0 commit comments