mirror of
https://github.com/Fluffy-Bean/GameExpo.git
synced 2025-06-02 16:53:12 +00:00
:3
This commit is contained in:
parent
e153e5bfb3
commit
de7a54195e
9 changed files with 62 additions and 30 deletions
|
@ -34,7 +34,7 @@ footer .top div {
|
|||
|
||||
color: var(--fg-dark);
|
||||
}
|
||||
footer .uwu {
|
||||
footer .op {
|
||||
margin: 0.5em auto;
|
||||
padding: 0;
|
||||
|
||||
|
@ -43,23 +43,23 @@ footer .uwu {
|
|||
display: flex;
|
||||
justify-content: space-around;
|
||||
}
|
||||
footer .uwu hr {
|
||||
footer .op hr {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
@media (max-width:470px) {
|
||||
footer .uwu {
|
||||
footer .op {
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
footer .uwu hr {
|
||||
footer .op hr {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
footer .uwu p,
|
||||
footer .uwu a {
|
||||
footer .op p,
|
||||
footer .op a {
|
||||
font-family: 'Lexend Deca', sans-serif;
|
||||
|
||||
margin: 0;
|
||||
|
|
11
css/team.css
11
css/team.css
|
@ -118,6 +118,8 @@
|
|||
background: #151515dd;
|
||||
|
||||
border-radius: 0;
|
||||
|
||||
backdrop-filter: blur(1px);
|
||||
}
|
||||
#team .fullScreenImage span {
|
||||
margin: 0;
|
||||
|
@ -134,6 +136,8 @@
|
|||
font-weight: bolder;
|
||||
color: #FFFFFF;
|
||||
cursor: pointer;
|
||||
|
||||
user-select: none;
|
||||
}
|
||||
#team .fullScreenImage img {
|
||||
margin: 0;
|
||||
|
@ -141,6 +145,8 @@
|
|||
|
||||
max-width: 90%;
|
||||
max-height: 90%;
|
||||
width: auto;
|
||||
height: auto;
|
||||
min-width: none;
|
||||
min-height: none;
|
||||
|
||||
|
@ -152,5 +158,8 @@
|
|||
left: 50%;
|
||||
transform: translate(-50%, -50%);
|
||||
|
||||
border-radius: 0;
|
||||
background-color: #151515;
|
||||
outline: #FFFFFF88 1px solid;
|
||||
border: #00000088 1px solid;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue