Template:Linkbox/styles.css: Difference between revisions
Jump to navigation
Jump to search
no edit summary
imported>Leoetlino No edit summary |
imported>Leoetlino No edit summary |
||
Line 20: | Line 20: | ||
font-size: 350%; | font-size: 350%; | ||
margin-right: 0.4em; | margin-right: 0.4em; | ||
} | |||
@media (max-width: 768px) { | |||
.linkbox { | |||
margin: 0 1em; | |||
margin-bottom: 1em; | |||
padding: 0.5em 1em; | |||
} | |||
.linkbox-title { | |||
font-size: 120%; | |||
} | |||
.linkbox-icon { | |||
font-size: 200%; | |||
} | |||
} | } |