Skip to content

Commit 68e0718

Browse files
committed
add ads.txt
1 parent c1c59c7 commit 68e0718

File tree

2 files changed

+38
-0
lines changed

2 files changed

+38
-0
lines changed

ads.txt

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
google.com, pub-8246776799485595, DIRECT, f08c47fec0942fa0

styles.css

+37
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,43 @@ footer {
206206
background-color: green;
207207
}
208208

209+
@media screen and (max-width: 950px) {
210+
.main-cnt {
211+
display: grid;
212+
grid-template-rows: 1fr 6fr 1.5fr;
213+
grid-template-columns: 1fr;
214+
grid-gap: 10px;
215+
padding: 20px;
216+
}
217+
218+
.menu {
219+
display: flex;
220+
flex-direction: row;
221+
justify-content: flex-start;
222+
align-items: center;
223+
/* overflow: auto; */
224+
height: 100%;
225+
}
226+
227+
.srt-btn {
228+
display: flex;
229+
flex-direction: row;
230+
justify-content: flex-end;
231+
align-items: center;
232+
gap: 10px;
233+
width: 100%;
234+
}
235+
236+
.bars-cnt {
237+
display: flex;
238+
flex-direction: row;
239+
justify-content: center;
240+
align-items: flex-end;
241+
padding: 5px;
242+
/* height: 100%; */
243+
}
244+
}
245+
209246
/* --------------------------------------------------------- */
210247

211248
#reload {

0 commit comments

Comments
 (0)