Add msc thesis project
This commit is contained in:
parent
0df3d16dda
commit
be47359492
5 changed files with 66 additions and 0 deletions
|
|
@ -484,3 +484,32 @@ html, body {
|
|||
display: flex;
|
||||
}
|
||||
}
|
||||
|
||||
.msc-car {
|
||||
position: absolute;
|
||||
top: 3rem;
|
||||
width: 101%;
|
||||
}
|
||||
|
||||
.msc-mobile-car {
|
||||
position: absolute;
|
||||
bottom: -4rem;
|
||||
left: -5rem;
|
||||
height: 6rem;
|
||||
display: none;
|
||||
|
||||
@media screen and (max-width: 1000px) {
|
||||
display: flex;
|
||||
}
|
||||
}
|
||||
|
||||
.msc-project-title {
|
||||
margin-left: 1rem;
|
||||
font-size: 1.5rem;
|
||||
font-weight: 700;
|
||||
color: inherit;
|
||||
|
||||
@media screen and (max-width: 1000px) {
|
||||
font-size: 1.2rem;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue