website/sass/project.scss
Filip Rojek 9c4bfc84ff
All checks were successful
Build and Deploy Zola Website / build_and_deploy (push) Successful in 19s
Build Zola Website / build (pull_request) Successful in 15s
Texts edited, projects redesigned, posts temporarily removed, pkmples project added and more
2024-02-23 03:06:08 +01:00

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;
}