Skip to content

Commit e82ffc2

Browse files
Make padding more consistent
1 parent 8ec5cd8 commit e82ffc2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/index.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ input:focus{
103103
justify-content: space-around;
104104
align-items: stretch;
105105
height: 21em;
106+
padding: 2em 2em 0 2em;
106107
}
107108
#content0 {
108109
display: flex; /* content0 is the first menu item and visible by default */
@@ -111,12 +112,11 @@ input:focus{
111112
.column {
112113
box-sizing: border-box;
113114
flex: 1;
114-
padding: 2em;
115115
position: relative;
116116
}
117117

118-
.onecolumn {
119-
padding: 1em;
118+
#column1, #column2 {
119+
padding: 2em;
120120
}
121121

122122
.menu {

0 commit comments

Comments
 (0)