Skip to content

Commit 891a53c

Browse files
committed
Page width improved
1 parent 93866bc commit 891a53c

File tree

2 files changed

+13
-11
lines changed

2 files changed

+13
-11
lines changed

src/main/resources/static/style.css

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,17 @@
1717
.logo small, .logo span, .logo p {
1818
color: cadetblue;
1919
}
20-
.logo a:hover{
20+
21+
.logo a:hover {
2122
text-decoration: none;
2223
}
2324

2425
.under {
2526
font-size: 12px;
2627
}
2728

28-
.container {
29-
max-width: 60%;
29+
.center-block {
30+
float: none
3031
}
3132

3233
.footer {

src/main/resources/templates/layout.html

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,16 @@
2626

2727
<body>
2828
<div class="container">
29-
<div layout:fragment="content">
29+
<div class="col-lg-8 col-md-10 col-sm-10 center-block">
30+
<div layout:fragment="content">
3031

31-
</div>
32-
33-
<div class="footer">
34-
<p>&copy; <a href="https://github.com/olegshan" target="_blank">olegshan.</a>
35-
Have any ideas for improvement?
36-
<a href="https://github.com/olegshan/JobParser" target="_blank">Fell free to join.</a>
37-
</p>
32+
</div>
33+
<div class="footer">
34+
<p>&copy; <a href="https://github.com/olegshan" target="_blank">olegshan.</a>
35+
Have any ideas for improvement?
36+
<a href="https://github.com/olegshan/JobParser" target="_blank">Fell free to join.</a>
37+
</p>
38+
</div>
3839
</div>
3940
</div>
4041
</body>

0 commit comments

Comments
 (0)