mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 01:27:27 -04:00
update landing page
make relative links (T-Pot home) dynamic to display them only if services are available adjust dimensions for link container correct github link place attack-map link in the home container
This commit is contained in:
4
docker/nginx/dist/html/app.css
vendored
4
docker/nginx/dist/html/app.css
vendored
@ -4,7 +4,7 @@
|
||||
// ╚═╝╚═╝╝╚╝ ╩ ╚═╝
|
||||
*/
|
||||
|
||||
#@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;700&display=swap');
|
||||
/* @import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;700&display=swap'); */
|
||||
|
||||
/* open-sans-300 - latin */
|
||||
@font-face {
|
||||
@ -94,7 +94,7 @@ body {
|
||||
|
||||
.container {
|
||||
width: 145vh;
|
||||
height: 85vh;
|
||||
height: 90vh;
|
||||
display: grid;
|
||||
grid-template-columns: repeat(4, 1fr);
|
||||
grid-template-rows: repeat(4, 1fr);
|
||||
|
Reference in New Issue
Block a user