Skip to content

Commit

Permalink
Updated fan art css
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAlienDoctor committed Apr 26, 2024
1 parent 3c0a480 commit 8e314fd
Showing 1 changed file with 13 additions and 14 deletions.
27 changes: 13 additions & 14 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -932,30 +932,29 @@ ul.portfolio-categ li {
margin: 0;
float: left;
list-style: none;
font-size: 13px;
font-weight: 600;
border: 1px solid #d5d5d5;
margin-right: 15px;
margin-right: 10px;
}

ul.portfolio-categ li a {
display: block;
padding: 8px 20px;
color: #3DB4F2;
text-align: center;
background: #1E9CF0;
color: #fff;
border-radius: 0;
padding: 10px 30px;
display: inline-block;
vertical-align: middle;
text-decoration: none;
}

ul.portfolio-categ li.active {
border: 1px solid #d7d8d6;

background-color: #eaeaea;
background: #115BA6;
}

ul.portfolio-categ li.active a:hover,
ul.portfolio-categ li a:hover,
ul.portfolio-categ li a:focus,
ul.portfolio-categ li a:active {
text-decoration: none;
outline: 0;
background: #115BA6;
}

#accordion-alt3 .panel-heading h4 {
Expand Down Expand Up @@ -2051,8 +2050,8 @@ article .align-right {

/* Responsive styles for the YouTube embed */
.courses .aligncenter iframe {
max-width: 100%;
height: auto;
max-width: 100%;
height: auto;
}


Expand Down

0 comments on commit 8e314fd

Please sign in to comment.