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