Skip to content

Commit fa36f1e

Browse files
authored
Update custom-style.css
1 parent 6e3c77c commit fa36f1e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

public/css/custom-style.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
--theme-co: #495867;
33
--light-blue: #BDD5EA;
44
}
5+
html, body {
6+
height: 100%;
7+
}
58
.box {
69
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
710
-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
@@ -354,4 +357,4 @@ ul.timeline.notification-list>li>.timeline-item>.timeline-header>span.comment-hl
354357
@media screen and (max-width: 992px){
355358
.navbar-custom-menu>.navbar-nav>li>.dropdown-menu { right: 3%; }
356359
}
357-
/*Responsive CSS end*/
360+
/*Responsive CSS end*/

0 commit comments

Comments
 (0)