41 lines
707 B
CSS
41 lines
707 B
CSS
/**
|
|
* CSS styles used by 1984-hosting-support plugin.
|
|
*
|
|
* (C) 2025 - 1984 Hosting
|
|
*
|
|
* Published under the GNU General Public License v2.0
|
|
* https://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
|
|
**/
|
|
|
|
#hosting-support-1984-main-links {
|
|
display: grid;
|
|
grid-template-columns: repeat(2, 1fr);
|
|
gap: 0.2rem;
|
|
list-style-type: none;
|
|
}
|
|
|
|
.hosting-support-1984-li {
|
|
}
|
|
|
|
.hosting-support-1984-icon {
|
|
width: 5.3em;
|
|
height: auto;
|
|
display: block;
|
|
margin: auto;
|
|
}
|
|
|
|
.hosting-support-1984-text {
|
|
text-align: center;
|
|
}
|
|
|
|
#hosting-support-1984-logo {
|
|
display: flex;
|
|
justify-content: flex-end;
|
|
}
|
|
|
|
#hosting-support-1984-logo img {
|
|
width: auto;
|
|
height: 1.5em;
|
|
}
|
|
|