mirror of
https://github.com/shadoll/slavforest.git
synced 2025-10-26 23:18:40 +00:00
dev
This commit is contained in:
@@ -473,12 +473,13 @@ div.carousel-inner .item img {
|
||||
padding: 2em 4em 1em 4em;
|
||||
order: 2;
|
||||
max-width: 48em;
|
||||
width: 60%;
|
||||
width: calc(100% - 600px);
|
||||
}
|
||||
.spotlight .image {
|
||||
position: relative;
|
||||
order: 1;
|
||||
border-radius: 0;
|
||||
width: 40%;
|
||||
width: 600px;
|
||||
}
|
||||
.spotlight p {
|
||||
font-size:20px;
|
||||
@@ -486,7 +487,26 @@ div.carousel-inner .item img {
|
||||
}
|
||||
.spotlight .image img {
|
||||
border-radius: 0;
|
||||
/* width: 100%; */
|
||||
width: 600px;
|
||||
height: 600px;
|
||||
}
|
||||
.spotlight .image:hover::after{
|
||||
display: none;
|
||||
}
|
||||
.spotlight .image::after {
|
||||
content:'600x600';
|
||||
position: absolute;
|
||||
top: 0;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
left: 0;
|
||||
background-color: rgba(255,255,255,0.6);
|
||||
display: flex;
|
||||
font-size: 90pt;
|
||||
color: rgba(0, 0, 0, 0.7);
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
.number {
|
||||
font-size: 30px;
|
||||
|
||||
Reference in New Issue
Block a user