Skip to content

Commit

Permalink
Improved manage.html vimistify#215
Browse files Browse the repository at this point in the history
  • Loading branch information
devarsheecodess committed Oct 6, 2024
1 parent 6dc24df commit 0629641
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 20 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -425,4 +425,4 @@ <h3 style="color: #ffffff;">Follow Us</h3>
});
</script>
</body>
</html>
</html>
19 changes: 0 additions & 19 deletions src/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -196,23 +196,6 @@ header {
margin-top: 20px;
}

<<<<<<< HEAD
.feature{
display: flex;
justify-content: center;
align-items: center;
margin-top: 20px;
flex-direction: column;
width: 250px;
}

.grid{
display: grid;
grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
gap: 45px;
margin-top: 20px;
}
=======

.features-container {
display: flex;
Expand Down Expand Up @@ -488,5 +471,3 @@ header {
}

/* Preloader Css Ends */

>>>>>>> 31cf09cbf8021a0cf41c63dc9102eef59b21dd85

0 comments on commit 0629641

Please sign in to comment.