File tree 1 file changed +18
-4
lines changed
1 file changed +18
-4
lines changed Original file line number Diff line number Diff line change 28
28
justify-content : center;
29
29
align-items : center;
30
30
flex : 1 ;
31
+ padding : 2em ;
31
32
}
32
33
.logo-container {
33
34
margin-top : 7em ;
38
39
}
39
40
.logo {
40
41
max-width : 15em ;
41
- height : auto ;
42
+ max- height: 15 em ;
42
43
}
43
44
.logo-text {
44
45
font-weight : bold;
79
80
margin-bottom : 3em ; /* Adjust margin as needed */
80
81
}
81
82
}
83
+ @media (max-width : 480px ) {
84
+ p {
85
+ font-size : 1.2em ;
86
+ }
87
+ .logo-text {
88
+ font-size : 4em ;
89
+ }
90
+ .logo {
91
+ max-width : 10em ;
92
+ max-height : 10em ;
93
+ }
94
+ .btn img {
95
+ width : 40px ;
96
+ height : 40px ;
97
+ }
98
+ }
82
99
</ style >
83
100
</ head >
84
101
< body >
107
124
A Python library to debug binary executables, your own way.
108
125
</ p >
109
126
</ div >
110
-
111
- <!-- Bootstrap JS -->
112
- < script src ="https://stackpath.bootstrapcdn.com/bootstrap/5.3.0/js/bootstrap.bundle.min.js "> </ script >
113
127
</ body >
114
128
</ html >
You can’t perform that action at this time.
0 commit comments