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