diff --git a/wecker_manufaktur/page/default_page/css/default_page.scss b/wecker_manufaktur/page/default_page/css/default_page.scss
index 2a45e8f..b8d330c 100644
--- a/wecker_manufaktur/page/default_page/css/default_page.scss
+++ b/wecker_manufaktur/page/default_page/css/default_page.scss
@@ -56,6 +56,10 @@ body {
font-size: $font_size_70;
}
+ h4 {
+ align-self: bottom;
+ }
+
a{
font-size: $font_size_50;
color: $color_grey;
@@ -81,8 +85,19 @@ body {
padding-top: $padding_heading_top;
padding-bottom: $padding_heading_bottom;
- .person.disabled{
- filter: grayscale(100%);
+ .person {
+ img {
+ object-fit: cover;
+ width: 300px;
+ height: 300px;
+ }
+ .disabled{
+ filter: grayscale(100%);
+ }
+ }
+
+ .person-details{
+ text-align: left;
}
}
@@ -92,18 +107,44 @@ body {
padding-bottom: $padding_heading_bottom;
}
- .project.disabled{
- filter: grayscale(100%);
+ .project{
+ img {
+ object-fit: cover;
+ width: 300px;
+ height: 300px;
+ }
+ .disabled{
+ filter: grayscale(100%);
+ }
+ }
+
+ .project-details{
+ text-align: left;
+
+ img {
+ object-fit: cover;
+ width: 75px;
+ height: 75px;
+ }
}
}
#apply{
- h2{
+ h2 {
padding-top: $padding_heading_top;
padding-bottom: $padding_heading_bottom;
}
padding-bottom: $padding_heading_bottom;
}
+
+ .table-condensed {
+ th{
+ width: 1%;
+ }
+ td {
+ width: auto;
+ }
+ }
}
#footer-links {
diff --git a/wecker_manufaktur/page/default_page/tpl/default_page.tpl b/wecker_manufaktur/page/default_page/tpl/default_page.tpl
index 8cd6696..bebd4a5 100644
--- a/wecker_manufaktur/page/default_page/tpl/default_page.tpl
+++ b/wecker_manufaktur/page/default_page/tpl/default_page.tpl
@@ -48,7 +48,7 @@
${page_title}
- ${page_statement}
+ ${page_statement}
| Talente | -${badges} | -
|---|---|
| Kurzinfo | -${info} | -
| Projekte | -${projects} | -
| ${table_talents} | +${badges} | +
|---|---|
| ${table_info} | +${info} | +
| ${table_projects} | +${projects} | +
| Fokus | +${table_focus} | ${focus} |
|---|---|---|
| Typ | +${table_type} | ${type} |
| Kurzinfo | +${table_info} | ${info} |
| Beteiligte | +${table_involved} | ${persons} |
| Website | +${table_website} | ${website} |