Skip to content

Commit e78132d

Browse files
authored
Update main.css
1 parent ccedfb0 commit e78132d

1 file changed

Lines changed: 30 additions & 24 deletions

File tree

  • src/main/resources/public/stylesheets
Lines changed: 30 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,33 @@
11
.jumbotron {
22
background: #532F8C;
33
color: white;
4-
padding-bottom: 80px; }
5-
.jumbotron .btn-primary {
6-
background: #845ac7;
7-
border-color: #845ac7; }
8-
.jumbotron .btn-primary:hover {
9-
background: #7646c1; }
10-
.jumbotron p {
11-
color: #d9ccee;
12-
max-width: 75%;
13-
margin: 1em auto 2em; }
14-
.navbar + .jumbotron {
15-
margin-top: -20px; }
16-
.jumbotron .lang-logo {
17-
display: block;
18-
background: #B01302;
19-
border-radius: 50%;
20-
overflow: hidden;
21-
width: 100px;
22-
height: 100px;
23-
margin: auto;
24-
border: 2px solid white; }
25-
.jumbotron .lang-logo img {
26-
max-width: 100%; }
27-
4+
padding-bottom: 80px;
5+
}
6+
.jumbotron .btn-primary {
7+
background: #845ac7;
8+
border-color: #845ac7;
9+
}
10+
.jumbotron .btn-primary:hover {
11+
background: #7646c1;
12+
}
13+
.jumbotron p {
14+
color: #d9ccee;
15+
max-width: 75%;
16+
margin: 1em auto 2em;
17+
}
18+
.navbar + .jumbotron {
19+
margin-top: -20px;
20+
}
21+
.jumbotron .lang-logo {
22+
display: block;
23+
background: #B01302;
24+
border-radius: 50%;
25+
overflow: hidden;
26+
width: 100px;
27+
height: 100px;
28+
margin: auto;
29+
border: 2px solid white;
30+
}
31+
.jumbotron .lang-logo img {
32+
max-width: 100%;
33+
}

0 commit comments

Comments
 (0)