css
This commit is contained in:
@@ -32,7 +32,7 @@ body {
|
||||
flex-direction: column;
|
||||
height: 80vh;
|
||||
overflow-y: scroll;
|
||||
flex-grow: 8
|
||||
flex-grow: 8;
|
||||
|
||||
background: red;
|
||||
}
|
||||
@@ -121,7 +121,13 @@ body {
|
||||
background: #323232;
|
||||
display: flex;
|
||||
margin: auto;
|
||||
width: 80%;
|
||||
@media (max-width: 600px) {
|
||||
width: 100%;
|
||||
}
|
||||
@media (min-width: 600px) {
|
||||
width: 80%;
|
||||
}
|
||||
|
||||
padding: 10px 10px;
|
||||
border-radius: 25px;
|
||||
}
|
||||
@@ -170,8 +176,6 @@ footer {
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.navbar img {
|
||||
height: 32px;
|
||||
margin: auto 5px;
|
||||
@@ -184,4 +188,4 @@ footer {
|
||||
.navbar a.icon {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user