Skip to content

Commit 98cd0dc

Browse files
committed
correction secretary and sig
1 parent 82def93 commit 98cd0dc

15 files changed

+13
-0
lines changed
Loading
Loading

mysite/static/css/style.css

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,9 @@ h1, h2, h3, h4, h5, h6 {
7272
.panel.hover-reveal {
7373
position: relative;
7474
}
75+
.panel-heading.hover-reveal {
76+
position: relative;
77+
}
7578

7679
.panel.panel.hover-reveal .panel-body {
7780
position: absolute;
@@ -83,6 +86,16 @@ h1, h2, h3, h4, h5, h6 {
8386
display: none;
8487
overflow-y: auto;
8588
}
89+
.panel-heading .smallbody
90+
{
91+
92+
position: absolute;
93+
bottom:-9%;
94+
background-color: rgba(67, 119, 199, 0.39);
95+
width: 100%;
96+
color:white;
97+
98+
}
8699

87100
footer {
88101
background-color: #263238;

0 commit comments

Comments
 (0)