We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ec5cd8 commit e82ffc2Copy full SHA for e82ffc2
src/index.css
@@ -103,6 +103,7 @@ input:focus{
103
justify-content: space-around;
104
align-items: stretch;
105
height: 21em;
106
+ padding: 2em 2em 0 2em;
107
}
108
#content0 {
109
display: flex; /* content0 is the first menu item and visible by default */
@@ -111,12 +112,11 @@ input:focus{
111
112
.column {
113
box-sizing: border-box;
114
flex: 1;
- padding: 2em;
115
position: relative;
116
117
118
-.onecolumn {
119
- padding: 1em;
+#column1, #column2 {
+ padding: 2em;
120
121
122
.menu {
0 commit comments