File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed
Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -114,16 +114,18 @@ a:hover, a:focus {
114114
115115header {
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 1 rem 0 0 ;
166165 color : light-dark (var (--light-text ), var (--bright-blue ));
167166 cursor : pointer;
168167 transition : color 0.2s ease;
You can’t perform that action at this time.
0 commit comments