forked from wezm/wezm.net
11 lines
119 B
CSS
11 lines
119 B
CSS
#technical div, #personal div {
|
|
padding: 0 1em;
|
|
}
|
|
|
|
.column {
|
|
min-width: 600px;
|
|
}
|
|
|
|
#content {
|
|
min-width: 320px;
|
|
}
|