Skip to content

Commit

Permalink
updating css on GSHS 1 & 2
Browse files Browse the repository at this point in the history
  • Loading branch information
kapor committed Aug 25, 2024
1 parent cbd841f commit f3fa9ad
Show file tree
Hide file tree
Showing 12 changed files with 830 additions and 335 deletions.
75 changes: 52 additions & 23 deletions css/special.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,33 @@
v 2.0 - 10-2023
*/

.gs_container1 {
padding: 32px;
border-radius: 4px;
width: 100%;
height: 100%;
margin-bottom: 8px;
margin-top: 8px;
background-color: #EFEFE7;
}

@media screen and (max-width: 1200px) {
.gs_container1 {
border-radius: 0px;
padding: 24px;
}
}


@media screen and (max-width: 800px) {
.gs_container1 {
border-radius: 0px;
padding: 20px;
}
}

.grid_1_group {
margin: 40px auto 60px auto;
padding: 0px;
}


Expand Down Expand Up @@ -215,7 +238,7 @@


.tagline_group {
margin: 40px auto 40px auto;
/* margin: 40px auto 40px auto;*/
background-color: none;
}

Expand Down Expand Up @@ -2058,11 +2081,12 @@ html {


.to_do_list {
margin: 0px 20px 4px 20px;
/* margin: 0px 20px 4px 20px;*/
height: auto;
display: flex;
flex-direction: row;
width: auto;
padding-top: 32px;
}


Expand All @@ -2076,17 +2100,18 @@ html {
@media screen and (max-width: 1200px) {

.to_do_list {
margin: 0px 10px 4px 10px;
/* margin: 0px 10px 4px 10px;*/
}
}



@media screen and (max-width: 500px) {
@media screen and (max-width: 600px) {

.to_do_list {
margin: 0px 0px 4px 0px;
/* margin: 0px 0px 4px 0px;*/
flex-direction: column;
gap: 16px;
}

.to_do_list_1 {
Expand All @@ -2103,10 +2128,18 @@ html {
line-height: 40px;
letter-spacing: .5px;
padding-bottom: 8px;

}

@media screen and (max-width: 500px) {

.to_do_header {
text-transform: uppercase;
font-size: 20px;
line-height: 32px;
letter-spacing: .5px;
padding-bottom: 8px;
}
}



Expand All @@ -2131,14 +2164,14 @@ html {


.captions {
width: 100%;
font-family: 'Atlas Grotesk Web', sans-serif;
font-size: 14px;
line-height: 24px;
text-transform: uppercase;
background-color: #fff;
padding: 8px 8px 8px 12px;
margin: 16px 0px 16px 0px;
width: 100%;
font-family: 'Atlas Grotesk Web', sans-serif;
font-size: 14px;
line-height: 24px;
text-transform: uppercase;
/* background-color: #fff; */
padding: 8px 8px 8px 0px;
margin: 16px 0px 8px 0px;
}


Expand All @@ -2154,20 +2187,16 @@ html {
}


@media screen and (max-width: 900px) {
.captions {
margin: 8px 0px 8px 0px;
}


@media screen and (max-width: 500px) {
@media screen and (max-width: 800px) {
.captions {
width: 100%;
font-family: 'Atlas Grotesk Web', sans-serif;
font-size: 12px;
line-height: 20px;
text-transform: uppercase;
background-color: #fff;
/*background-color: #fff;*/
padding: 8px 8px 8px 12px;
margin-bottom: 8px;
}
Expand Down Expand Up @@ -2298,9 +2327,9 @@ MOBILE MARGIN UPDATE
padding-left: 0px;
}

.to_do_list {
/* .to_do_list {
margin: 0px 20px 4px 20px;
}
}*/


}
Expand Down
31 changes: 29 additions & 2 deletions css/special_panda.css
Original file line number Diff line number Diff line change
Expand Up @@ -903,6 +903,8 @@ o888ooo8888 o88o o888o o888o o888ooooo88 88ooo88 o888o 88o8 o888ooo888
margin-block-start: 8px;
}



.app_label {
font-family: 'Atlas typewriter Web', letter-gothic-std, monospace;
font-weight: 300;
Expand Down Expand Up @@ -951,12 +953,20 @@ o888ooo8888 o88o o888o o888o o888ooooo88 88ooo88 o888o 88o8 o888ooo888
@media screen and (max-width: 1200px) {

.app_subhead {
max-width: 100%;
max-width: 100%;
font-size: 20px;
line-height: 28px;
padding-top: 20px;
}

.app_subhead ul {
margin-left: 0px;
padding-left: 24px;
font-size: 20px;
line-height: 28px;
}

.app_subhead ul {
.app_subhead ol {
margin-left: 0px;
padding-left: 24px;
font-size: 20px;
Expand Down Expand Up @@ -992,6 +1002,13 @@ o888ooo8888 o88o o888o o888o o888ooooo88 88ooo88 o888o 88o8 o888ooo888
margin-block-start: 10px;
}

.app_subhead ol {
max-width: 100%;
font-size: 20px;
line-height: 28px;
margin-block-start: 10px;
}

.app_label {
font-size: 16px;
line-height: 20px;
Expand Down Expand Up @@ -1025,6 +1042,16 @@ o888ooo8888 o88o o888o o888o o888ooooo88 88ooo88 o888o 88o8 o888ooo888
margin-block-start: 16px;
}


.app_subhead ol {
font-size: 16px;
line-height: 24px;
padding-left: 20px;
margin-block-start: 16px;
}



.app_label {
font-size: 12px;
line-height: 16px;
Expand Down
27 changes: 16 additions & 11 deletions css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -1652,17 +1652,14 @@ h6, h6 a {
}

@media screen and (max-width: 500px) {

.col_small img {
height: 240px;
float: left;
flex-direction: column;
width: 100%;
background-color: #F4F4DD;
border-radius: 8px;
}


.col_small img {
height: 240px;
float: left;
flex-direction: column;
width: 100%;
background-color: #fff;
border-radius: 8px;
}
}


Expand Down Expand Up @@ -3225,5 +3222,13 @@ MOBILE MARGIN UPDATE

}

@media screen and (max-width: 500px) {

.col_des {
margin-left: 0px;
}

}



Binary file modified images/projects/ideo_gs1/014.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/projects/ideo_gs2/shoot_cooking.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/projects/ideo_gs2/shoot_coworkers.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit f3fa9ad

Please sign in to comment.