We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72150c2 commit 44c1ceeCopy full SHA for 44c1cee
1 file changed
styles/main.css
@@ -218,3 +218,32 @@ input::placeholder {
218
color: #fff;
219
background: var(--accent);
220
}
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