Skip to content

Commit b430c7c

Browse files
committed
refactor footer and section styles for improved layout
1 parent e24f469 commit b430c7c

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

Wireframe/style.css

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,6 @@ main {
5656
}
5757

5858
footer {
59-
/*position: fixed;
60-
bottom: 0;*/
6159
text-align: center;
6260
margin: 0 auto;
6361
padding: 2rem 0;
@@ -99,12 +97,8 @@ Keeping things orderly and separate is the key to good, simple CSS.
9997
section {
10098
border: var(--line);
10199
padding-bottom: var(--space);
102-
margin-right: var(--space);
100+
103101
text-align: left;
104-
/*display: grid;
105-
grid-template-columns: var(--space) 1fr var(--space);
106-
> * {
107-
grid-column: 2/3;*/
108102
}
109103
img {
110104
width: 100%;

0 commit comments

Comments
 (0)