mirror of
https://github.com/davegallant/davegallant.github.io.git
synced 2025-08-06 00:33:39 +00:00
10 lines
114 B
CSS
10 lines
114 B
CSS
.container{
|
|
max-width: 1200px;
|
|
}
|
|
|
|
.site {
|
|
max-width: 2000px;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
}
|