mirror of
https://github.com/tjsga/website-2018.git
synced 2025-04-16 01:00:17 -04:00
fix css
This commit is contained in:
parent
b8f30f63cb
commit
05a80bf921
|
@ -4,8 +4,7 @@
|
||||||
}*/
|
}*/
|
||||||
|
|
||||||
#contact {
|
#contact {
|
||||||
width: 1200px;
|
width: 100%;
|
||||||
max-width: 100vw;
|
|
||||||
display: block;
|
display: block;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin-bottom: 2.5vh;
|
margin-bottom: 2.5vh;
|
||||||
|
|
|
@ -177,6 +177,8 @@ section {
|
||||||
#resources {
|
#resources {
|
||||||
/*max-width: 1200px;*/
|
/*max-width: 1200px;*/
|
||||||
display: flex;
|
display: flex;
|
||||||
|
margin: 0 20vw;
|
||||||
|
width: 60vw;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
flex-flow: row wrap;
|
flex-flow: row wrap;
|
||||||
|
|
|
@ -100,8 +100,8 @@
|
||||||
}
|
}
|
||||||
section {
|
section {
|
||||||
max-width: 750px;
|
max-width: 750px;
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
}
|
}
|
||||||
#banner > h1 {
|
#banner > h1 {
|
||||||
font-size: 40px;
|
font-size: 40px;
|
||||||
|
@ -172,14 +172,6 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (min-width: 1800px) {
|
@media screen and (min-width: 1800px) {
|
||||||
#intro-text,
|
|
||||||
#intro-image,
|
|
||||||
#tweets,
|
|
||||||
#feedback,
|
|
||||||
.list,
|
|
||||||
.links {
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
#letter {
|
#letter {
|
||||||
font-size: 1.4em;
|
font-size: 1.4em;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user