Skip to content

Commit 68c0eb4

Browse files
Hide bar-icon on large screens and fix overflow
1 parent a60d469 commit 68c0eb4

File tree

1 file changed

+14
-12
lines changed

1 file changed

+14
-12
lines changed

css/style.css

+14-12
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ body{
151151
margin: auto;
152152
}
153153
.about-content{
154-
overflow: auto;
154+
overflow: hidden;
155155
padding: 25px;
156156

157157
}
@@ -221,7 +221,7 @@ body{
221221
margin: auto;
222222
}
223223
.portfolio-content{
224-
overflow: auto;
224+
overflow: hidden;
225225
padding: 25px;
226226
}
227227
.portfolio-item{
@@ -354,7 +354,7 @@ body{
354354
margin: auto;
355355
}
356356
.services-content{
357-
overflow: auto;
357+
overflow: hidden;
358358
padding: 25px;
359359
}
360360
.services-item{
@@ -410,7 +410,7 @@ body{
410410
.chooseUs-container{
411411
width: 70%;
412412
margin: auto;
413-
overflow: auto;
413+
overflow: hidden;
414414
padding: 25px;
415415
margin-bottom: 25px;
416416
position: relative;
@@ -552,7 +552,7 @@ body{
552552
margin: auto;
553553
}
554554
.price-content{
555-
overflow: auto;
555+
overflow: hidden;
556556
padding: 25px;
557557
/* background-color: rgb(177, 175, 175); */
558558
}
@@ -652,7 +652,7 @@ body{
652652
.two-boy{
653653
position: relative;
654654
height: 50vh;
655-
overflow: auto;
655+
overflow: hidden;
656656
}
657657
.boy{
658658
float: left;
@@ -663,7 +663,7 @@ body{
663663
}
664664

665665
.boy-info{
666-
overflow: auto;
666+
overflow: hidden;
667667
}
668668
.boy-info img{
669669
width: 100px;
@@ -717,7 +717,7 @@ body{
717717
margin: auto;
718718
}
719719
.team-content{
720-
overflow: auto;
720+
overflow: hidden;
721721
}
722722
.team-item{
723723
float: left;
@@ -891,7 +891,7 @@ body{
891891
margin: auto;
892892
}
893893
.news-content{
894-
overflow: auto;
894+
overflow: hidden;
895895
/* background-color: rgb(177, 175, 175); */
896896
padding: 25px;
897897
/* line-height: 30px; */
@@ -939,12 +939,12 @@ body{
939939
border-radius: 20px;
940940
}
941941
.news-item-3icons{
942-
overflow: auto;
942+
overflow: hidden;
943943
margin-bottom: 15px;
944944

945945
}
946946
.news-item-icon{
947-
overflow: auto;
947+
overflow: hidden;
948948
float: left;
949949
width: 25%;
950950
color: var(--main-color);
@@ -1150,6 +1150,8 @@ body{
11501150

11511151
/* Extra large devices (large desktops, 1200px and up) */
11521152
@media (min-width: 1200px) {
1153-
1153+
.bar-icon{
1154+
visibility: hidden;
1155+
}
11541156
}
11551157

0 commit comments

Comments
 (0)