website/sass/project.scss

24 lines
352 B
SCSS
Raw Permalink Normal View History

//.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;
// }
//}
2023-08-29 10:08:14 +02:00
.project-wrapper {
display: flex;
gap: 2.5rem;
2023-08-29 10:08:14 +02:00
}