Skip to content

Commit 30a5107

Browse files
Update main.css
1 parent ec49bfd commit 30a5107

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

styles/main.css

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,3 +218,32 @@ input::placeholder {
218218
color: #fff;
219219
background: var(--accent);
220220
}
221+
222+
/* List of all subdomains link (all.is-a.dev) */
223+
@media(min-width: 716px) {
224+
main h2:first-of-type {
225+
display: flex;
226+
flex-direction: row;
227+
flex-wrap: nowrap;
228+
justify-content: space-between;
229+
align-items: flex-end;
230+
small {
231+
opacity: 0.8;
232+
scale: 0.8;
233+
translate: 10% 10%;
234+
-webkit-translate: 10% 10%;
235+
text-decoration: underline;
236+
text-decoration-color: #5f39d396;
237+
:hover {
238+
filter: drop-shadow(0px 0px 5px #5f39d396);
239+
-webkit-filter: drop-shadow(0px 0px 5px #5f39d396);
240+
padding: 0px;
241+
}
242+
}
243+
}
244+
}
245+
@media(max-width: 716px) {
246+
main h2:first-of-type small {
247+
display: none;
248+
}
249+
}

0 commit comments

Comments
 (0)