mirror of
https://github.com/System-End/site.git
synced 2026-04-19 22:05:11 +00:00
fixed card sizes
This commit is contained in:
parent
9777f7b301
commit
7f63503eed
2 changed files with 6 additions and 6 deletions
|
|
@ -7,9 +7,9 @@
|
|||
<script>
|
||||
|
||||
const containerImages = [
|
||||
"https://cloud-rfai3ss2b-hack-club-bot.vercel.app/0container1.png",
|
||||
"https://cloud-3mgl7gw96-hack-club-bot.vercel.app/0container1.png",
|
||||
"https://cloud-13mfwysva-hack-club-bot.vercel.app/0container2.png",
|
||||
"https://cloud-20tz3qxk5-hack-club-bot.vercel.app/0container3.png",
|
||||
"https://cloud-ly6qgiv93-hack-club-bot.vercel.app/0container3.png",
|
||||
]
|
||||
|
||||
const sample = (arr) => arr[Math.floor(Math.random() * arr.length)]
|
||||
|
|
|
|||
|
|
@ -125,16 +125,16 @@ html {
|
|||
|
||||
.itemnumber {
|
||||
position: absolute;
|
||||
bottom: 3%;
|
||||
right: 3%;
|
||||
bottom: 4%;
|
||||
right: 4%;
|
||||
color: #493f49;
|
||||
font-weight: 700;
|
||||
font-size: 40px;
|
||||
font-size: 38px;
|
||||
text-align: right;
|
||||
padding: 5px 5px 5px 5px;
|
||||
margin-left: 300px;
|
||||
line-height: 32px;
|
||||
text-shadow: 0px 1px, 0px 0px, 1px 0px;
|
||||
text-shadow: 0px 1px, 1px 0px, 1px 0px;
|
||||
opacity: 60%;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue