You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
54 lines
526 B
CSS
54 lines
526 B
CSS
|
|
|
|
header {
|
|
padding: 32px;
|
|
max-width: 60ch;
|
|
|
|
}
|
|
|
|
header h1,
|
|
header p {
|
|
margin: 0;
|
|
}
|
|
|
|
.container{
|
|
display: block;
|
|
padding: 32px;
|
|
}
|
|
|
|
|
|
|
|
.stream,
|
|
.streams{
|
|
/* white-space: nowrap; */
|
|
position: relative;
|
|
display: inline-block;
|
|
width: 40ch;
|
|
position: relative;
|
|
}
|
|
|
|
.text-container {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
display: inline-block;
|
|
|
|
|
|
}
|
|
|
|
.author {
|
|
position: relative;
|
|
font-size: 1rem;
|
|
background-color: white;
|
|
}
|
|
|
|
.branches {
|
|
overflow-x: auto;
|
|
overflow-y: hidden;
|
|
}
|
|
|
|
.branch {
|
|
white-space: nowrap;
|
|
}
|
|
|