File tree Expand file tree Collapse file tree 1 file changed +37
-0
lines changed
Expand file tree Collapse file tree 1 file changed +37
-0
lines changed Original file line number Diff line number Diff line change 3434 box-shadow : 0 4px 8px rgba (0 , 0 , 0 , 0.5 );
3535 line-height : 1.6 ;
3636 text-align : center;
37+ overflow-x : hidden;
3738 }
3839 .top-button {
3940 width : 40px ;
9798 color : # E0E0E0 ;
9899 text-decoration : none;
99100 }
101+ @media (max-width : 768px ) {
102+ .container {
103+ width : 95% ;
104+ padding : 20px ;
105+ }
106+ .title-container {
107+ flex-direction : row;
108+ gap : 5px ;
109+ }
110+ .section-title {
111+ font-size : 1.3em ;
112+ }
113+ .text-content {
114+ font-size : 0.9em ;
115+ }
116+ }
117+ @media (max-width : 480px ) {
118+ body {
119+ padding : 10px ;
120+ }
121+ .top-button {
122+ font-size : 1.2em ;
123+ width : 35px ;
124+ height : 35px ;
125+ }
126+ .container {
127+ width : 95% ;
128+ padding : 15px ;
129+ }
130+ .section-title {
131+ font-size : 1.1em ;
132+ }
133+ .text-content {
134+ font-size : 0.8em ;
135+ }
136+ }
100137 </ style >
101138 </ head >
102139 < body >
You can’t perform that action at this time.
0 commit comments