react rewrite
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
.legend {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
padding: 0 15px;
|
||||
flex-grow: 1;
|
||||
|
||||
h1 {
|
||||
font-size: 3rem;
|
||||
font-weight: 700;
|
||||
width: fit-content;
|
||||
margin-bottom: 12px;
|
||||
margin-top: 20px;
|
||||
|
||||
@media (max-width: 768px) {
|
||||
font-size: 1rem;
|
||||
}
|
||||
}
|
||||
|
||||
.border {
|
||||
width: 100%;
|
||||
height: 1px;
|
||||
background-color: #d78453;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user