edit mistaces
This commit is contained in:
66
assets/css/app.min.css
vendored
66
assets/css/app.min.css
vendored
@@ -4991,16 +4991,18 @@ select {
|
||||
}
|
||||
.license{
|
||||
background-color: #FFF;
|
||||
margin: 20px 0 84px 0;
|
||||
margin: 40px 0 84px 0;
|
||||
}
|
||||
.navs{
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
gap: 22px;
|
||||
width: 100%;
|
||||
width: calc(100% + 50px);
|
||||
overflow-x: auto;
|
||||
-ms-overflow-style: none;
|
||||
scrollbar-width: none;
|
||||
margin: -50px;
|
||||
padding: 50px;
|
||||
}
|
||||
.navs::-webkit-scrollbar {
|
||||
display: none;
|
||||
@@ -5034,8 +5036,8 @@ select {
|
||||
}
|
||||
.collapse_right{
|
||||
position: absolute;
|
||||
right: 0;
|
||||
top: -83px;
|
||||
right: -40px;
|
||||
top: 0;
|
||||
z-index: -1;
|
||||
}
|
||||
.collapse_left{
|
||||
@@ -5058,7 +5060,7 @@ select {
|
||||
}
|
||||
.collapse_title + .collapse_row,
|
||||
.collapse_subtitle + .collapse_row{
|
||||
margin: 60px 0 0 0;
|
||||
margin: 40px 0 0 0;
|
||||
}
|
||||
.collapse_row{
|
||||
display: flex;
|
||||
@@ -5317,6 +5319,7 @@ select {
|
||||
font-weight: 600;
|
||||
line-height: 120%;
|
||||
color: #4E913C;
|
||||
text-shadow: 1px 1px 6px #fff;
|
||||
}
|
||||
.exper_subtitle + .exper_tile{
|
||||
margin: 5px 0 45px 0;
|
||||
@@ -5348,7 +5351,6 @@ select {
|
||||
font-weight: 600;
|
||||
line-height: 120%;
|
||||
color: #FFF;
|
||||
margin: 0 0 10px 0;
|
||||
}
|
||||
.diagram_name{
|
||||
font-size: 16px;
|
||||
@@ -5422,7 +5424,6 @@ select {
|
||||
font-size: 24px;
|
||||
font-weight: 600;
|
||||
line-height: 120%;
|
||||
margin: 0 0 5px 0;
|
||||
}
|
||||
.exper_card:last-child .diagram_name{
|
||||
font-size: 14px;
|
||||
@@ -5504,7 +5505,7 @@ select {
|
||||
overflow: hidden;
|
||||
width: calc(50% - 10px);
|
||||
display: flex;
|
||||
align-items: center;
|
||||
align-items: flex-start;
|
||||
gap: 20px;
|
||||
padding: 0 18px 0 0;
|
||||
}
|
||||
@@ -5517,7 +5518,7 @@ select {
|
||||
font-weight: 600;
|
||||
line-height: 120%;
|
||||
color: #000;
|
||||
margin: 0 0 15px 0;
|
||||
margin: 15px 0;
|
||||
}
|
||||
.member_text{
|
||||
font-size: 12px;
|
||||
@@ -5565,11 +5566,13 @@ select {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
margin: 10px 0;
|
||||
}
|
||||
.blog_info *{
|
||||
font-size: 14px;
|
||||
font-weight: 300;
|
||||
line-height: 120%;
|
||||
color: #878A90;
|
||||
margin: 10px 0;
|
||||
}
|
||||
.blog_left .blog_info{
|
||||
margin: 15px 0;
|
||||
@@ -5653,11 +5656,12 @@ body:has(.hero){
|
||||
.exper_card{
|
||||
padding: 40px 0 40px 20px;
|
||||
}
|
||||
.team_right{
|
||||
width: calc(100% - 330px);
|
||||
.team_row{
|
||||
flex-wrap: wrap;
|
||||
justify-content: center;
|
||||
}
|
||||
.team_left.member{
|
||||
width: 310px;
|
||||
.team_right{
|
||||
width: 100%;
|
||||
}
|
||||
.blog_right{
|
||||
width: calc(60% - 10px);
|
||||
@@ -5665,9 +5669,6 @@ body:has(.hero){
|
||||
.blog_left.blog {
|
||||
width: calc(40% - 10px);
|
||||
}
|
||||
.member{
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
@media only screen and (max-width: 1100px){
|
||||
.experience_row{
|
||||
@@ -5719,6 +5720,9 @@ body:has(.hero){
|
||||
.team_left.member {
|
||||
width: 51%;
|
||||
}
|
||||
.member{
|
||||
width: 100%;
|
||||
}
|
||||
.team_right {
|
||||
width: 100%;
|
||||
}
|
||||
@@ -5900,6 +5904,31 @@ body:has(.hero){
|
||||
.feedback_row {
|
||||
margin: 0 -22px 0 -23px;
|
||||
}
|
||||
.member img{
|
||||
height: 225px;
|
||||
}
|
||||
.team_left.member img{
|
||||
height: auto;
|
||||
}
|
||||
.member_name{
|
||||
font-size: 14px;
|
||||
}
|
||||
.member_text{
|
||||
font-size: 10px;
|
||||
}
|
||||
.blog_image img{
|
||||
height: 220px;
|
||||
}
|
||||
.feed_desc{
|
||||
font-size: 14px;
|
||||
margin: 20px 0;
|
||||
}
|
||||
.feed_title{
|
||||
font-size: 14px;
|
||||
}
|
||||
.feed_image{
|
||||
width: 80px;
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 500px){
|
||||
@@ -5930,4 +5959,7 @@ body:has(.hero){
|
||||
.hero .serv-page__list li{
|
||||
padding-left: 0;
|
||||
}
|
||||
.blog_image img{
|
||||
height: 150px;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user