mirror of
https://github.com/godotengine/godot-website.git
synced 2026-01-05 10:10:00 +03:00
Deploying to published from @ godotengine/godot-website@08a8fe90c0 🚀
This commit is contained in:
@@ -27,13 +27,16 @@
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: space-between;
|
||||
align-items: flex-start;
|
||||
gap: 12px;
|
||||
background: var(--download-table-color);
|
||||
margin: 0 -16px -10px -16px;
|
||||
padding: 10px 16px;
|
||||
width: 100%;
|
||||
}
|
||||
@media (max-width: 768px) {
|
||||
.card-download-sublinks {
|
||||
flex-direction: column;
|
||||
width: auto;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -66,11 +69,12 @@
|
||||
}
|
||||
}
|
||||
|
||||
.card-download-details img, article .content .card-download-details img {
|
||||
.card-download-details > img, article .content .card-download-details > img {
|
||||
background-color: transparent;
|
||||
display: inline-block;
|
||||
margin: 0;
|
||||
max-width: 200px;
|
||||
min-width: 0;
|
||||
max-height: 150px;
|
||||
}
|
||||
@media (max-width: 768px) {
|
||||
.card-download-details img, article .content .card-download-details img {
|
||||
@@ -79,24 +83,25 @@
|
||||
}
|
||||
}
|
||||
|
||||
.card-download-platforms {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
gap: 4px;
|
||||
}
|
||||
|
||||
.card-download-platforms {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 1fr 1fr;
|
||||
gap: 8px;
|
||||
}
|
||||
|
||||
.card-download-platforms img, article .content .card-download-platforms img {
|
||||
background-color: transparent;
|
||||
display: inline-block;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.card-download-platforms .download-platform {
|
||||
color: var(--primary-color-text-title);
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 12px;
|
||||
font-weight: 700;
|
||||
min-width: 120px;
|
||||
}
|
||||
|
||||
.download-platform img {
|
||||
|
||||
@@ -67,7 +67,7 @@
|
||||
|
||||
--download-hero-color: hsla(0, 0%, 100%, 0.9);
|
||||
--download-main-details-color: #f1f1f1;
|
||||
--download-table-color: rgba(160, 160, 160, 0.05);
|
||||
--download-table-color: rgba(22, 22, 22, 0.08);
|
||||
--platform-note-background-color: rgb(48 86 210 / 9%);
|
||||
--platform-code-background-color: #e5ebf1;
|
||||
--download-mono-background-color: rgb(43 58 76 / 82%);
|
||||
|
||||
Reference in New Issue
Block a user