fixed MTG scroll
This commit is contained in:
parent
690edd01b9
commit
8fb76a0f08
@ -10,18 +10,15 @@ body {
|
|||||||
/* background-color: rgb(78, 69, 202); */
|
/* background-color: rgb(78, 69, 202); */
|
||||||
background: rgb(2,0,36);
|
background: rgb(2,0,36);
|
||||||
background: radial-gradient(circle, rgba(2,0,36,1) 0%, rgba(137,137,194,1) 47%, rgba(108,127,131,1) 100%);
|
background: radial-gradient(circle, rgba(2,0,36,1) 0%, rgba(137,137,194,1) 47%, rgba(108,127,131,1) 100%);
|
||||||
/* max-height: 100vh; */
|
|
||||||
/* width: 100vw; */
|
|
||||||
margin: 0;
|
margin: 0;
|
||||||
display: flex;
|
display: flex;
|
||||||
/* height: 100% */
|
height: 100vh
|
||||||
/* align-items: center */
|
|
||||||
}
|
}
|
||||||
#full{
|
#full{
|
||||||
|
|
||||||
color:rgb(165, 162, 162);
|
color:rgb(165, 162, 162);
|
||||||
font-size: 3rem;
|
|
||||||
margin-right:5px;
|
|
||||||
}
|
}
|
||||||
main {
|
main {
|
||||||
display: flex;
|
display: flex;
|
||||||
@ -30,13 +27,9 @@ main {
|
|||||||
Verdana, sans-serif;
|
Verdana, sans-serif;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
width: 100vw;
|
width: 100vw;
|
||||||
height: 100vh;
|
|
||||||
/* align-items: center; */
|
|
||||||
position: relative;
|
position: relative;
|
||||||
/* margin: 0 auto; */
|
|
||||||
/* padding-bottom: 70px; */
|
|
||||||
margin-top: 70px;
|
margin-top: 70px;
|
||||||
margin-bottom: -65px;
|
|
||||||
}
|
}
|
||||||
.name {
|
.name {
|
||||||
font-size: 3rem;
|
font-size: 3rem;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user