Commit 82c53fd6 authored by Ruslan Karimov's avatar Ruslan Karimov

fix css

parent 1bcb3ea5
...@@ -2,6 +2,13 @@ html { ...@@ -2,6 +2,13 @@ html {
overflow-x: hidden; overflow-x: hidden;
} }
.part-img {
max-width: 100%;
display: inline-block;
height: auto;
max-height: 200px;
}
.bx-wrapper .others_project__subtitle_a { .bx-wrapper .others_project__subtitle_a {
color: black; color: black;
line-height: 20px; line-height: 20px;
......
...@@ -5368,13 +5368,6 @@ footer { ...@@ -5368,13 +5368,6 @@ footer {
background: #fff; background: #fff;
} }
.part-img {
max-width: 100%;
display: inline-block;
height: auto;
max-height: 200px;
}
.our_p_title { .our_p_title {
font-size: 34px; font-size: 34px;
color: #2c3441; color: #2c3441;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment