Skip to content

Commit 2ab0a0f

Browse files
Y-Shcheholskyydnestoro
authored andcommitted
Redesign
1 parent 8cecec6 commit 2ab0a0f

30 files changed

+847
-582
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
#header, #content {
2+
max-width: 1200px;
3+
padding-left: 40px;
4+
padding-right: 40px;
5+
background-color: #ffffff;
6+
color: black;
7+
}
8+
9+
h1 {
10+
color: black !important;
11+
}
12+
13+
p {
14+
color: black !important;
15+
}

docs/src/docs/asciidoc/css/footer.css

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
#footer {
2+
padding: 0px;
3+
}
4+
5+
.foot-container {
6+
background: url('../css/images/grain.png') repeat, url('../css/images/metaimage-main-01.svg') 100% 20%/650px no-repeat, radial-gradient(79.99% 167.49% at 30.24% 129.2%, rgba(47, 79, 124, 0.8) 0%, rgba(38, 84, 107, 0) 100%), #171E25;
7+
padding: 20px 40px;
8+
}
9+
10+
.foot-content {
11+
display: flex;
12+
justify-content: center;
13+
flex-direction: row;
14+
flex-wrap: wrap;
15+
}
16+
17+
.foot-logo {
18+
display: flex;
19+
max-width: 8%;
20+
padding-right: 10px;
21+
align-items: center;
22+
}
23+
24+
.foot-text {
25+
color: #ffffff;
26+
}

docs/src/docs/asciidoc/css/images/GraalVM-icon.svg

Lines changed: 0 additions & 27 deletions
This file was deleted.

docs/src/docs/asciidoc/css/images/Grabbit.svg

Lines changed: 0 additions & 53 deletions
This file was deleted.
Lines changed: 4 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)