Fix Identation

This commit is contained in:
joshua_jebaraj 2020-12-05 06:29:11 +05:30 committed by GitHub
parent 4aaf6d7387
commit 6715823996
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,6 +24,7 @@
.skills-section .card .card-body { .skills-section .card .card-body {
padding-top: 0.2rem; padding-top: 0.2rem;
padding-left: 0.7rem; padding-left: 0.7rem;
text-align: start;
} }
/* ============= Device specific fixes ======= */ /* ============= Device specific fixes ======= */
@ -55,6 +56,7 @@
.skills-section { .skills-section {
padding-left: 0; padding-left: 0;
padding-right: 0; padding-right: 0;
} }
.skills-section .container { .skills-section .container {
max-width: 100%; max-width: 100%;