Skip to content
Snippets Groups Projects
Commit c8ff19ab authored by Aadityanshu Abhinav's avatar Aadityanshu Abhinav
Browse files

Updated style.css to facilitate safety.html

parent 69dbd9d5
No related branches found
No related tags found
1 merge request!45Aadityanshu updated safety page
......@@ -2383,4 +2383,17 @@ h1 {
font-weight: 700;
line-height: 1.2190000216;
}
#safety-heading {
font-size: 64px; /* Adjust the font size as needed */
margin-top: 100px; /* Add spacing from the top */
}
/* Media queries for responsiveness */
@media screen and (max-width: 768px) {
#safety-heading {
font-size: 40px; /* Adjust the font size as needed */
margin-top: 50px; /* Add spacing from the top */
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment