Skip to content

Commit fb6e1bf

Browse files
author
Akanksha Raghav
authored
Revert "Fixed Screen-Overlay on header"
1 parent 6abb288 commit fb6e1bf

File tree

1 file changed

+1
-64
lines changed

1 file changed

+1
-64
lines changed

‎assets/css/style.css

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

@@ -198,17 +197,6 @@ h6 {
198197
letter-spacing: 3px;
199198
text-transform: uppercase;
200199
}
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-
}
212200

213201
@media (max-width: 991px) {
214202
#header .logo h1 {
@@ -892,7 +880,7 @@ h6 {
892880
left: 50%;
893881
margin-left: -25px;
894882
background-color: #999999;
895-
883+
z-index: 100;
896884
border-top-right-radius: 50%;
897885
border-top-left-radius: 50%;
898886
border-bottom-right-radius: 50%;
@@ -940,7 +928,6 @@ h6 {
940928
.timeline-title {
941929
margin-top: 0;
942930
color: #413e66;
943-
font-size: 1.15rem;
944931
}
945932

946933
.timeline-body > p,
@@ -951,56 +938,6 @@ h6 {
951938
.timeline-body > p + p {
952939
margin-top: 5px;
953940
}
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-
}
1004941

1005942
/* Testimonials Section
1006943
--------------------------------*/

0 commit comments

Comments
 (0)