diff --git a/src/app/grid/grid.component.scss b/src/app/grid/grid.component.scss
index 6956a3d..c26b381 100644
--- a/src/app/grid/grid.component.scss
+++ b/src/app/grid/grid.component.scss
@@ -1,10 +1,9 @@
:host {
- background-color: white;
padding: 0;
@media (min-width: 500px) {
display: grid;
grid-template-columns: repeat(2, 1fr);
- grid-gap: 2px;
+ grid-gap: 10px;
grid-auto-flow: dense;
}
@media (min-width: 750px) {
@@ -13,11 +12,12 @@
@media (min-width: 1000px) {
grid-template-columns: repeat(4, 1fr);
}
- ::ng-deep>* {
- background-color: #303030;
+ ::ng-deep>mat-card {
+ background-color: #2C2C2C;
+ transition: background-color 1s;
}
- ::ng-deep>div {
- padding: 10px;
+ ::ng-deep>mat-card:hover {
+ background-color: #2E2E2E;
}
max-width: 150ch;
margin: auto;
diff --git a/src/app/grid/grid.component.scss b/src/app/grid/grid.component.scss
index 6956a3d..c26b381 100644
--- a/src/app/grid/grid.component.scss
+++ b/src/app/grid/grid.component.scss
@@ -1,10 +1,9 @@
:host {
- background-color: white;
padding: 0;
@media (min-width: 500px) {
display: grid;
grid-template-columns: repeat(2, 1fr);
- grid-gap: 2px;
+ grid-gap: 10px;
grid-auto-flow: dense;
}
@media (min-width: 750px) {
@@ -13,11 +12,12 @@
@media (min-width: 1000px) {
grid-template-columns: repeat(4, 1fr);
}
- ::ng-deep>* {
- background-color: #303030;
+ ::ng-deep>mat-card {
+ background-color: #2C2C2C;
+ transition: background-color 1s;
}
- ::ng-deep>div {
- padding: 10px;
+ ::ng-deep>mat-card:hover {
+ background-color: #2E2E2E;
}
max-width: 150ch;
margin: auto;
diff --git a/src/app/home/home.component.html b/src/app/home/home.component.html
index 4302aec..f264a1d 100644
--- a/src/app/home/home.component.html
+++ b/src/app/home/home.component.html
@@ -3,13 +3,13 @@
I'm Lukas, a german student doing software development and more cool sciency stuff and this is my webpage where I want to showcase some of my work.
-I personally created this website you are currently looking at using Angular and the Material design theme. Additionally, I also created Frank Eisenhauer's webpage and host an instance of gitBucket.
-+ The backend is made using Ruby on rails. +
+ \ No newline at end of file