Skip to content

Commit 8c5449c

Browse files
authored
Merge pull request #12 from aligg/master
small css fix to prevent main from overlapping aside on 800-1000px screensizes
2 parents 037da84 + 12718a3 commit 8c5449c

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

css/style.css

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -62,17 +62,10 @@ aside:hover{
6262
#logo {
6363
margin-top: 3.6em;
6464
display: block;
65-
<<<<<<< HEAD
6665
margin-left: -0.3em;
6766
margin-right: auto;
6867
min-height: 13%;
6968
height: 13%;
70-
=======
71-
margin-left: -0.1em;
72-
margin-right: auto;
73-
height: 13%;
74-
min-height: 13%;
75-
>>>>>>> Adding Responsive Web Design (RWD) meta tag
7669
}
7770

7871

@@ -125,7 +118,7 @@ aside a {
125118

126119
/* ============== MAIN ============== */
127120
#main {
128-
margin: 3% auto auto 14%;
121+
margin: 3% auto auto 250px;
129122
min-width: 30%;
130123
max-width: 70%;
131124
min-height: 30em;

0 commit comments

Comments
 (0)