Skip to content

Commit f9d4bab

Browse files
committed
Fixed Screen-Overlay on header
1 parent 510ce1e commit f9d4bab

File tree

1 file changed

+64
-1
lines changed

1 file changed

+64
-1
lines changed

‎assets/css/style.css

+64-1
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,7 @@ h6 {
185185
#header {
186186
height: 70px;
187187
padding: 15px 0;
188+
188189
}
189190
}
190191

@@ -197,6 +198,17 @@ h6 {
197198
letter-spacing: 3px;
198199
text-transform: uppercase;
199200
}
201+
@media (min-width:992px)
202+
{
203+
#header.header-scrolled, #header.header-pages
204+
{
205+
display: flex;
206+
}
207+
.container{
208+
max-width:unset;
209+
width: 1000px;
210+
}
211+
}
200212

201213
@media (max-width: 991px) {
202214
#header .logo h1 {
@@ -880,7 +892,7 @@ h6 {
880892
left: 50%;
881893
margin-left: -25px;
882894
background-color: #999999;
883-
z-index: 100;
895+
884896
border-top-right-radius: 50%;
885897
border-top-left-radius: 50%;
886898
border-bottom-right-radius: 50%;
@@ -928,6 +940,7 @@ h6 {
928940
.timeline-title {
929941
margin-top: 0;
930942
color: #413e66;
943+
font-size: 1.15rem;
931944
}
932945

933946
.timeline-body > p,
@@ -938,6 +951,56 @@ h6 {
938951
.timeline-body > p + p {
939952
margin-top: 5px;
940953
}
954+
@media(min-width:991px)
955+
{
956+
.timeline-panel{
957+
margin: 0px -10px;
958+
}
959+
}
960+
@media(max-width:991px)
961+
{
962+
.timeline-panel{
963+
margin: 0px -20px;
964+
}
965+
}
966+
@media(max-width:767px)
967+
{
968+
.timeline > li > .timeline-panel{
969+
margin: 0px -25px;
970+
}
971+
}
972+
@media(max-width:576px)
973+
{
974+
.timeline > li > .timeline-panel{
975+
margin: 0px 1px;
976+
width: 42%;
977+
}
978+
979+
980+
}
981+
@media (max-width:500px)
982+
{
983+
.timeline > li > .timeline-badge {
984+
width: 40px;
985+
height: 40px;
986+
line-height: 40px;
987+
font-size: 1.2em;
988+
left:51%;
989+
top:22px;
990+
}
991+
.timeline-title {
992+
margin-top: 0;
993+
color: #413e66;
994+
font-size: 1rem;
995+
}
996+
997+
}
998+
@media(max-width:400px)
999+
{
1000+
.timeline > li > .timeline-panel{
1001+
margin: 0px -15px;
1002+
}
1003+
}
9411004

9421005
/* Testimonials Section
9431006
--------------------------------*/

0 commit comments

Comments
 (0)