mirror of
https://github.com/m1ngsama/FUJI.git
synced 2025-12-25 02:56:38 +00:00
fix
This commit is contained in:
parent
5b7d405669
commit
eef8c52349
1 changed files with 10 additions and 2 deletions
|
|
@ -6832,13 +6832,21 @@ html.no-touch.no-reduced-motion
|
|||
}
|
||||
|
||||
.picture {
|
||||
position: relative;
|
||||
position: absolute;
|
||||
|
||||
/* left: 50%; */
|
||||
top: 0;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
/* transform: translateX(-50%); */
|
||||
/* max-width: min(calc(100% - 32px), 650px); */
|
||||
/* position: relative;
|
||||
display: flex;
|
||||
align-items: flex-start;
|
||||
justify-content: space-between;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
max-width: min(calc(100% - 32px), 650px);
|
||||
max-width: min(calc(100% - 32px), 650px); */
|
||||
}
|
||||
|
||||
.picture.no-dl {
|
||||
|
|
|
|||
Loading…
Reference in a new issue