Skip to content
Snippets Groups Projects
Commit 6c154418 authored by Arkerthan's avatar Arkerthan
Browse files

Split up remaining mainStyleSheet.css

parent f359972e
No related branches found
No related tags found
1 merge request!8580Move CSS files in their own directory Part 2
div.output {
width: 100vw;
max-width: 100%;
word-break: break-all;
white-space: normal;
}
.main-fcnn {
text-align: center;
margin: 0 auto;
}
/* puts a div in the right upper corner while not influencing the layout of the rest of the page */
div.cheat-menu {
font-style: italic;
position: absolute;
right: 50px;
}
div.output{
width: 100vw;
max-width: 100%;
word-break: break-all;
white-space: normal;
}
div.cheat-menu {
font-style: italic;
position: absolute;
right: 50px;
}
.main-fcnn {
text-align: center;
margin: 0 auto;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment