Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Harold Garbeil authored and Harold Garbeil committed Nov 23, 2024
1 parent cb708bd commit f3d90f5
Showing 1 changed file with 48 additions and 8 deletions.
56 changes: 48 additions & 8 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -276,12 +276,6 @@ section.maincontent_bottom .main-left, section.maincontent_bottom .main-right {
}


.split-div-left .submitButton {
align-self: center ;
padding: 5px 15px ;
font-size: 1.3rem ;
margin-left: 60px ;
}


table{
Expand Down Expand Up @@ -338,8 +332,21 @@ tbody th, tbody td {
flex: 1 1 25% ;
display: flex ;
flex-direction: column ;
font-size : 1.4rem ;
font-size : 1.1rem ;
}

.split-div .split-div-left ul {
display : flex ;
flex-direction : column ;
}

.split-div-left .submitButton {
align-self: center ;
padding: 5px 15px ;
font-size: 1.1rem ;
margin-left: 60px ;
}

.split-div .split-div-right {
flex: 1 1 70% ;
display: flex ;
Expand All @@ -362,9 +369,42 @@ tbody th, tbody td {


.topnav ul {
flex-direction: column;
flex-direction: row ;
bottom: 0px ;
font-size: 1.2rem ;
}

.split-div {
display:flex ;
flex-direction: column ;
justify-content: space-around ;



}


.split-div .split-div-left ul {
font-size : 1.0rem ;
overflow: hidden ;
display: block
}

.split-div .split-div-left ul li {
display: inline-block ;
}

.split-div-left .submitButton {
/* float: right ; */
font-size: .8rem ;
padding: 5px 10px ;
position : relative ;
left: 45% ;
margin-bottom: 1rem ;
/* top: -40px ; */
/* margin: -30px 30px 30px 0 ; */


}

}

0 comments on commit f3d90f5

Please sign in to comment.