Skip to content
This repository was archived by the owner on Sep 19, 2022. It is now read-only.

Commit 7ca7166

Browse files
Merge pull request #42 from vyskocilpavel/einfra_css
fix: change page width for e-infra template
2 parents dcd2b81 + 2966f9e commit 7ca7166

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

www/res/css/einfra.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ a:hover, a:active {
8080
#header {
8181
margin: auto;
8282
background: #fff;
83-
max-width: 720px;
83+
max-width: 960px;
8484
}
8585
#header h1 {
8686
line-height: 32px;
@@ -116,7 +116,7 @@ a:hover, a:active {
116116

117117
#languagebar {
118118
margin:0 auto;
119-
max-width: 720px;
119+
max-width: 960px;
120120
color: #ffffff;
121121
height: 25px;
122122
text-decoration: none;
@@ -137,7 +137,7 @@ a:hover, a:active {
137137

138138
#content {
139139
margin: 0 auto;
140-
max-width: 720px;
140+
max-width: 960px;
141141
}
142142

143143
.btn:hover {

0 commit comments

Comments
 (0)