projects
/
dujemihanovic.xyz.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d4fa635
)
Increase max-width to 1000px
author
Duje Mihanović
<duje.mihanovic@skole.hr>
Thu, 17 Aug 2023 17:45:59 +0000
(19:45 +0200)
committer
Duje Mihanović
<duje.mihanovic@skole.hr>
Thu, 17 Aug 2023 17:45:59 +0000
(19:45 +0200)
I believe that the site looks better overall this way.
assets/css/style.css
patch
|
blob
|
history
diff --git
a/assets/css/style.css
b/assets/css/style.css
index a8a39840e2e64c16b83a2190a4ab0a18deaeccd0..e3ad6933b0f7576131628494b8ebe6c53a61dc85 100644
(file)
--- a/
assets/css/style.css
+++ b/
assets/css/style.css
@@
-1,5
+1,5
@@
body {
- max-width:
8
00px;
+ max-width:
10
00px;
margin: 0 auto;
padding: 0 10px;
}
@@
-37,7
+37,7
@@
ul {
}
main {
- max-width:
8
00px;
+ max-width:
10
00px;
margin: 0 auto;
display: flex;
flex-direction: column;