Skip to content

Commit b3eceaa

Browse files
committed
refactor: merge sections in CSS
Should be in 27b8d25 commit. Address to #1204
1 parent 27b8d25 commit b3eceaa

File tree

3 files changed

+3
-9
lines changed

3 files changed

+3
-9
lines changed

Diff for: src/main/config/nginx/503.en.html

+1-3
Original file line numberDiff line numberDiff line change
@@ -39,16 +39,14 @@
3939

4040
#content {
4141
padding: 10px;
42+
flex-grow: 1;
4243
}
4344

4445
.container-fluid {
4546
display: flex;
4647
min-height: 100vh;
4748
flex-direction: column;
4849
}
49-
#content {
50-
flex-grow: 1;
51-
}
5250
</style>
5351
</head>
5452
<body>

Diff for: src/main/config/nginx/503.ru.html

+1-3
Original file line numberDiff line numberDiff line change
@@ -39,16 +39,14 @@
3939

4040
#content {
4141
padding: 10px;
42+
flex-grow: 1;
4243
}
4344

4445
.container-fluid {
4546
display: flex;
4647
min-height: 100vh;
4748
flex-direction: column;
4849
}
49-
#content {
50-
flex-grow: 1;
51-
}
5250
</style>
5351
</head>
5452
<body>

Diff for: src/main/webapp/WEB-INF/static/styles/main.css

+1-3
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ footer {
4747

4848
#content {
4949
padding: 10px;
50+
flex-grow: 1;
5051
}
5152

5253
#content h3 {
@@ -137,6 +138,3 @@ label {
137138
min-height: 100vh;
138139
flex-direction: column;
139140
}
140-
#content {
141-
flex-grow: 1;
142-
}

0 commit comments

Comments
 (0)