updated css + some tutorials

This commit is contained in:
nihilist 2024-11-21 21:13:06 +01:00
parent a0f34cc2dd
commit d3888d5188
13 changed files with 108 additions and 9 deletions

View file

@ -907,8 +907,8 @@ pre code {
.col-lg-12 {
position: relative;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
padding-right: 1px;
padding-left: 1px;
}
.col-xs-1,
@ -1498,7 +1498,7 @@ pre code {
width: 75%;
}
.col-lg-8 {
width: 66.66666666666666%;
width: 90%;
}
.col-lg-7 {
width: 58.333333333333336%;
@ -1630,7 +1630,8 @@ pre code {
margin-left: 25%;
}
.col-lg-offset-2 {
margin-left: 16.666666666666664%;
/*margin-left: 16.666666666666664%;*/
margin-left: 5%;
}
.col-lg-offset-1 {
margin-left: 8.333333333333332%;

View file

@ -10,6 +10,68 @@
/*@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);*/
/*@import url(montserrat.css);*/
/* CSS FORMATTING FOR MOBILE SCREENS */
@media screen and (max-width: 1000px) {
.container-m{
display: flex;
flex-direction: column;
/*align-items: center;*/
padding: 2px 5px 2px 2px;
justify-content: left;
}
}
.container-m{
display: flex;
flex-direction: row;
/*align-items: center;*/
padding: 2px 5px 2px 2px;
justify-content: left;
}
.column-m{
display: flex;
flex-direction: column;
padding: 5px 10px 5px 5px;
font-size: 18px;
}
.column-m:nth-child(1){
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
}
.column-m:nth-child(4){
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
}
.column-container-m{
width: 100%;
height: 100vh;
display: flex;
flex-direction: row;
align-items: left;
justify-content: left;
}
.column-container-main-m{
width: 100%;
height: 100vh;
display: flex;
flex-direction: row;
/*align-items: center;
justify-content: center;*/
}
/* END OF CSS FORMATTING FOR MOBILE */
body {
background-color: #000000;
font-family: sans-serif;