Skip to content

Commit 92a0cc6

Browse files
committed
Adjusting ceiling python css
1 parent f50d931 commit 92a0cc6

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

style/style.css

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -114,16 +114,18 @@ a:hover, a:focus {
114114

115115
header {
116116
display: flex;
117-
justify-content: center;
117+
justify-content: space-between;
118118
align-items: center;
119119
background: light-dark(var(--python-blue), var(--dark-blue));
120120
color: #fff;
121121
text-align: center;
122122

123123
> img {
124-
padding: 20px;
125124
margin-left: -76px;
126125
margin-top: -76px;
126+
margin-right: -20px;
127+
padding-left: 20px;
128+
padding-top: 20px;
127129
justify-self: start;
128130
align-self: flex-start;
129131
max-height: 10rem;
@@ -137,17 +139,14 @@ header {
137139

138140
@media (prefers-reduced-motion: reduce) {
139141
img {
140-
margin-left: 20px;
141-
margin-top: 20px;
142-
margin-right: -20px
142+
margin-left: 0px;
143143
}
144144
img:hover {
145145
transform: none;
146146
}
147147
}
148148

149149
div {
150-
margin-left: -76px;
151150
padding: 1.5rem 0rem;
152151
width: 100%;
153152
}
@@ -162,7 +161,7 @@ header {
162161
background: none;
163162
border: none;
164163
align-self: flex-start;
165-
padding: 1rem;
164+
padding: 1rem 1rem 0 0;
166165
color: light-dark(var(--light-text), var(--bright-blue));
167166
cursor: pointer;
168167
transition: color 0.2s ease;

0 commit comments

Comments
 (0)