mirror of
https://github.com/sigmasternchen/MyTube
synced 2025-03-15 12:58:54 +00:00
27 lines
No EOL
294 B
CSS
27 lines
No EOL
294 B
CSS
.bg-grey {
|
|
background-color: #ccc;
|
|
}
|
|
|
|
.navbar {
|
|
margin-bottom: 50px;
|
|
}
|
|
|
|
.hidden {
|
|
height: 1px;
|
|
width: 1px;
|
|
position: absolute;
|
|
top: -10px;
|
|
left: -1px;
|
|
}
|
|
|
|
.avatar {
|
|
height: 30px;
|
|
}
|
|
|
|
.container {
|
|
position: relative;
|
|
}
|
|
|
|
.customNavbar {
|
|
margin-right: auto;
|
|
} |