Skip to content

Commit

Permalink
smallFix
Browse files Browse the repository at this point in the history
  • Loading branch information
ircfspace committed Mar 26, 2024
1 parent b74f795 commit b07ecf3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
15 changes: 10 additions & 5 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -282,12 +282,11 @@ img[alt="loader"] {
border: 3px solid transparent;
border-radius: 10px;
padding: 5px;
-webkit-transition: .2s;
transition: .2s;
}
.slider img {
float: right;
width: 100%;
border-radius: 5px;
border: 1px solid #ccc;
.slider a:hover {
border-color: #ccc;
}
.slider a.active {
border-color: #ff7900;
Expand All @@ -299,6 +298,12 @@ img[alt="loader"] {
background: transparent;
cursor: default;
}
.slider img {
float: right;
width: 100%;
border-radius: 5px;
border: 1px solid #ccc;
}
.slider p {
float: right;
width: 100%;
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<link href="./assets/css/bootstrap.min.css" rel="stylesheet" />
<link href="./assets/css/bootstrap-rtl.min.css" rel="stylesheet" />
<link href="./assets/css/vazir.css" rel="stylesheet" />
<link href="./assets/css/style.css?v1.2" rel="stylesheet" />
<link href="./assets/css/style.css?v1.2.1" rel="stylesheet" />
<title>IRCF | کانفیگ رایگان</title>
<meta name="description" content="دریافت کانفیگ‌های رایگان v2ray بر اساس لوکیشن" />
<meta name="keywords" content="کلودفلر, کلادفلر, cloudflare, cf, آی پی تمیز, آی پی سالم, اسکن آی پی" />
Expand Down

0 comments on commit b07ecf3

Please sign in to comment.