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 {
|
||||
width: 1200px;
|
||||
max-width: 100vw;
|
||||
width: 100%;
|
||||
display: block;
|
||||
text-align: center;
|
||||
margin-bottom: 2.5vh;
|
||||
|
|
|
@ -177,6 +177,8 @@ section {
|
|||
#resources {
|
||||
/*max-width: 1200px;*/
|
||||
display: flex;
|
||||
margin: 0 20vw;
|
||||
width: 60vw;
|
||||
height: 100%;
|
||||
justify-content: center;
|
||||
flex-flow: row wrap;
|
||||
|
|
|
@ -100,8 +100,8 @@
|
|||
}
|
||||
section {
|
||||
max-width: 750px;
|
||||
flex-grow: 1;
|
||||
flex-shrink: 0;
|
||||
flex-grow: 1;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
#banner > h1 {
|
||||
font-size: 40px;
|
||||
|
@ -172,14 +172,6 @@
|
|||
}
|
||||
|
||||
@media screen and (min-width: 1800px) {
|
||||
#intro-text,
|
||||
#intro-image,
|
||||
#tweets,
|
||||
#feedback,
|
||||
.list,
|
||||
.links {
|
||||
width: 100%;
|
||||
}
|
||||
#letter {
|
||||
font-size: 1.4em;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user