Added border to project items

This commit is contained in:
Ethan N. Paul 2018-02-06 20:40:13 -05:00
parent 2bab8d5cc0
commit d3ecd1c923
1 changed files with 7 additions and 1 deletions

View File

@ -657,6 +657,9 @@ body.mobile-nav-active #mobile-nav-toggle {
display: table;
overflow: hidden;
margin-bottom: 30px;
outline-style: solid;
outline-color: white;
outline-width: 2px;
}
#project .project-item .details {
@ -691,7 +694,10 @@ body.mobile-nav-active #mobile-nav-toggle {
transform: translate3d(0, 15px, 0);
}
@media (max-width: 768px) {
@media (max-width: 990px) {
#project .project-item {
outline-style: none;
}
#project .project-item .details h4 {
font-size: 25px;
}