File tree Expand file tree Collapse file tree 1 file changed +29
-0
lines changed
Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Original file line number Diff line number Diff 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+ }
You can’t perform that action at this time.
0 commit comments