Adjusted images to blend with page

This commit was merged in pull request #72.
This commit is contained in:
victorAnumudu
2023-01-27 15:44:19 +01:00
parent 70969c4cc9
commit 49403090db
5 changed files with 6 additions and 2 deletions
+5 -1
View File
@@ -2693,7 +2693,11 @@ header.fix_style.white_header {
}
.app_solution_section .app_images ul li img {
max-width: 100%;
max-width: 98%;
padding: 1%;
border-radius: 15px;
box-shadow: 0px 0px 30px #c1dec9;
filter: grayscale(40%);
}
.app_solution_section .app_images li:first-child {
Binary file not shown.

Before

Width:  |  Height:  |  Size: 169 KiB

After

Width:  |  Height:  |  Size: 152 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 161 KiB

After

Width:  |  Height:  |  Size: 87 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 45 KiB

After

Width:  |  Height:  |  Size: 42 KiB

+1 -1
View File
@@ -93,7 +93,7 @@ const Main = ({brdcum}) => {
<a data-url="#" onClick = {() => setytShow(true)} className="popup-youtube play-button"
data-toggle="modal"
data-target="#myModal" title="About Video">
<img class="mw-100" src={About2} alt="" />
<img src={About2} alt="" />
<div className="waves-block">
<div className="waves wave-1"></div>
<div className="waves wave-2"></div>