Skip to content

Commit

Permalink
solving hound violations
Browse files Browse the repository at this point in the history
  • Loading branch information
rajitha1998 committed May 9, 2020
1 parent 45d571d commit d85d0a1
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions src/app/components/project-card/project-card.component.scss
Original file line number Diff line number Diff line change
@@ -1,38 +1,38 @@
.project-modal{
background-color: #ffffff;
border-radius: 5px;
.project-modal {
background-color: #ffffff;
border-radius: 5px;
}

.project-modal .close{
outline: none !important;
.project-modal .close {
outline: none !important;
}

.modal-body{
text-align: center;
.modal-body {
text-align: center;
}

.modal-footer{
padding-bottom: 10px;
.modal-footer {
padding-bottom: 10px;
}

.modal-title{
font-weight: bold;
.modal-title {
font-weight: bold;
}

.project-description{
text-align: justify;
margin-top: 10px;
.project-description {
text-align: justify;
margin-top: 10px;
}

.modal-body .social-media-links{
margin-top: 10px;
.modal-body .social-media-links {
margin-top: 10px;
}

.social-link{
padding: 1%;
.social-link {
padding: 1%;
}

.social-link .fa{
color: #000000;
font-size: large
.social-link .fa {
color: #000000;
font-size: large;
}

0 comments on commit d85d0a1

Please sign in to comment.