Move home component width to .home-component selector
This commit is contained in:
@ -10,6 +10,7 @@
|
||||
.home-component {
|
||||
background: #1c1c1c;
|
||||
height: 100vh;
|
||||
width: calc(100% - 22rem - 16rem);
|
||||
margin: 2px;
|
||||
padding: 0.2rem 1.5rem 1.5rem 1rem;
|
||||
border-radius: 0.5rem;
|
||||
|
Reference in New Issue
Block a user