24 lines
352 B
SCSS
24 lines
352 B
SCSS
//.project-wrapper {
|
|
// justify-content: start;
|
|
// align-items: start;
|
|
//}
|
|
//
|
|
//.left-bar {
|
|
// width: 15rem;
|
|
// justify-content: start;
|
|
// align-items: start;
|
|
// border-right: thin solid var(--c-blue);
|
|
// margin-right: 2.5rem;
|
|
// padding: 0 2.5rem;
|
|
//
|
|
// h2 {
|
|
// padding-bottom: 2.5rem;
|
|
// }
|
|
//}
|
|
|
|
|
|
.project-wrapper {
|
|
display: flex;
|
|
gap: 2.5rem;
|
|
}
|