adjust section border width
This commit is contained in:
parent
e7e7df5c8f
commit
ac491e14d2
|
@ -120,7 +120,7 @@ header img {
|
|||
section {
|
||||
background-color: var(--section-color);
|
||||
padding: 1.25rem;
|
||||
border: 2px solid var(--border-color);
|
||||
border: 4px solid var(--border-color);
|
||||
border-radius: 15px;
|
||||
width: 60vw;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue