File size: 1,317 Bytes
f4b6743
 
fda4cf9
 
f4b6743
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
ea56242
 
fda4cf9
 
f4b6743
 
 
 
 
fda4cf9
 
f4b6743
 
 
 
fda4cf9
 
f4b6743
 
 
 
fda4cf9
f4b6743
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
* {
    overflow:hidden;
}

.layout {
    background-color: #ffffff;
    height: 12vh;
    width: 100%;
    border-radius: 50px;

    display: flex;
    align-items: center;
    gap: 10px;
   
}

.layout a {
    text-decoration: none;
}


.GitLogo {
    scale: 0.9;
    height: auto;
    margin-top: 30px;
    margin-left: 45vw; 
}

.LinkedinLogo {
    scale: 0.9;
    height: auto;
    margin-right: 13vw;
    margin-top: 32px;
}

.content {
    display: flex;
    justify-content: center;
    align-items: center;
}

.content #canvas {
    max-height: 70vh;
    max-width: 100%;
    margin-top: 5vh;
}

.footer {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 6vh;
    font-family: "Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 15px;
    color: rgb(0, 0, 0);

}

@media screen and (max-width: 576px) {
    
    .NeuroFlap {
        width: 225px;
        margin-left: 2vw;
    }

    .GitLogo {
        scale: 0.6;
        margin-top: 39px;
        margin-left: 25px;
    }

    .LinkedinLogo {
        scale: 0.6;
        margin-top: 39px;
        margin-right: 5vw;

    }
    
    .content #canvas {
        margin-top: 120px;
        height: 230px;
    }

    .footer {
        font-size: 6px;
        margin-top: 5vh;
    }
}