Update ad styling for improved layout and responsiveness in ad_recommendation.php
This commit is contained in:
parent
da1210cfce
commit
be8cd3d8f1
@ -21,7 +21,7 @@ if ($stmt && $stmt->num_rows > 0) {
|
||||
/* Catchy Full-Width Recommendation Ad */
|
||||
.ad-recommendation-wrapper {
|
||||
width: 100%;
|
||||
padding: 0 1rem;
|
||||
padding: 0;
|
||||
margin: 2rem 0;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
@ -29,7 +29,8 @@ if ($stmt && $stmt->num_rows > 0) {
|
||||
}
|
||||
.ad-recommendation {
|
||||
width: 100%;
|
||||
max-width: 1200px;
|
||||
max-width: 100%;
|
||||
border-radius: 0;
|
||||
background: linear-gradient(135deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.03) 100%);
|
||||
box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
|
||||
backdrop-filter: blur(14px);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user