13 lines
106 B
SCSS
13 lines
106 B
SCSS
|
.project {
|
||
|
height: 600px;
|
||
|
}
|
||
|
|
||
|
.teaser {
|
||
|
height: 300px;
|
||
|
}
|
||
|
|
||
|
.project-creator {
|
||
|
border-bottom: none;
|
||
|
}
|
||
|
|