diff options
author | Minteck <contact@minteck.org> | 2022-04-23 09:57:05 +0200 |
---|---|---|
committer | Minteck <contact@minteck.org> | 2022-04-23 09:57:05 +0200 |
commit | b35b6f19fe10f833c93f3475cecffa83ab3d9e22 (patch) | |
tree | e64aab2e31f624d01a365a99cc927bdbd1dddd3a /assets/css | |
parent | 2b4e859c6d9312edc07643ecba5d99b40ffdc7d4 (diff) | |
download | ember-b35b6f19fe10f833c93f3475cecffa83ab3d9e22.tar.gz ember-b35b6f19fe10f833c93f3475cecffa83ab3d9e22.tar.bz2 ember-b35b6f19fe10f833c93f3475cecffa83ab3d9e22.zip |
JetBrains page + additional fixes
Diffstat (limited to 'assets/css')
-rw-r--r-- | assets/css/main.css | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/assets/css/main.css b/assets/css/main.css index 6b7462b..a1e5f5c 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -148,4 +148,27 @@ pre { padding: 10px 20px; border-radius: 5px; border: 1px solid black; +} + +#jb-grid { + display: grid; + grid-template-columns: repeat(6, 1fr); +} + +.jb-product { + color: black; +} + +#jb-experiences { + display: grid; + grid-template-columns: repeat(2, 1fr); +} + +#homepage { + min-height: calc(100vh - 57px); +} + +.footer-link:hover { + color: white; + text-decoration: none; }
\ No newline at end of file |