agent link added to env

This commit was merged in pull request #70.
This commit is contained in:
victorAnumudu
2024-02-16 17:34:02 +01:00
parent 13173ddb46
commit ec1cbd9364
6 changed files with 23 additions and 31 deletions
+2 -2
View File
@@ -8612,7 +8612,7 @@ LND PAGE STYLE STARTS HERE
/* interface images */
.interface_section .owl-item .screen_frame_img img {
transform: scale(.9);
/* border: 2px solid #000; */
border: 2px solid #000;
border-radius: 20px;
transition: 1s all;
margin: 0 auto;
@@ -8622,6 +8622,6 @@ LND PAGE STYLE STARTS HERE
.interface_section .owl-item.center .screen_frame_img img {
transform: scale(1);
/* border: 3px solid #000; */
border: 3px solid #000;
padding: 5px;
}