File tree 1 file changed +64
-1
lines changed
1 file changed +64
-1
lines changed Original file line number Diff line number Diff line change 185
185
# header {
186
186
height : 70px ;
187
187
padding : 15px 0 ;
188
+
188
189
}
189
190
}
190
191
@@ -197,6 +198,17 @@ h6 {
197
198
letter-spacing : 3px ;
198
199
text-transform : uppercase;
199
200
}
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
+ }
200
212
201
213
@media (max-width : 991px ) {
202
214
# header .logo h1 {
880
892
left : 50% ;
881
893
margin-left : -25px ;
882
894
background-color : # 999999 ;
883
- z-index : 100 ;
895
+
884
896
border-top-right-radius : 50% ;
885
897
border-top-left-radius : 50% ;
886
898
border-bottom-right-radius : 50% ;
928
940
.timeline-title {
929
941
margin-top : 0 ;
930
942
color : # 413e66 ;
943
+ font-size : 1.15rem ;
931
944
}
932
945
933
946
.timeline-body > p ,
@@ -938,6 +951,56 @@ h6 {
938
951
.timeline-body > p + p {
939
952
margin-top : 5px ;
940
953
}
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
+ }
941
1004
942
1005
/* Testimonials Section
943
1006
--------------------------------*/
You can’t perform that action at this time.
0 commit comments