mirror of
https://github.com/yusufipk/teknolojirehberleri.xyz.git
synced 2026-09-11 10:56:08 +00:00
change(navbar) changed the style of navbar
This commit is contained in:
@@ -1,11 +1,23 @@
|
||||
.navbar {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
display: grid;
|
||||
grid-template-columns: repeat(5, 1fr);
|
||||
justify-items: center;
|
||||
|
||||
background-color: var(--color-grey);
|
||||
padding: 1.6rem;
|
||||
|
||||
&_logo {
|
||||
justify-self: flex-end;
|
||||
grid-column: 1;
|
||||
}
|
||||
|
||||
&_list {
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
margin-top: 0.5rem;
|
||||
grid-column: 5;
|
||||
justify-self: flex-start;
|
||||
|
||||
margin-top: 0.3rem;
|
||||
margin-left: 2rem;
|
||||
|
||||
font-size: 2rem;
|
||||
list-style-type: none;
|
||||
|
||||
Reference in New Issue
Block a user