mirror of
https://github.com/offen/website.git
synced 2024-11-22 17:10:29 +01:00
update css
This commit is contained in:
parent
187961aa12
commit
208ef26418
@ -62,6 +62,10 @@ font-size: 18px;
|
|||||||
margin: 30px 0 20px 0;
|
margin: 30px 0 20px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.section-auditorium h3 {
|
||||||
|
margin: 0 0 10px 0;
|
||||||
|
}
|
||||||
|
|
||||||
h4 {
|
h4 {
|
||||||
color: #898989;
|
color: #898989;
|
||||||
}
|
}
|
||||||
@ -286,17 +290,20 @@ position: fixed;
|
|||||||
-webkit-font-smoothing: subpixel-antialiased
|
-webkit-font-smoothing: subpixel-antialiased
|
||||||
}
|
}
|
||||||
|
|
||||||
section {
|
section,
|
||||||
|
section-auditorium {
|
||||||
float: right;
|
float: right;
|
||||||
width: 600px;
|
width: 600px;
|
||||||
padding: 0 0 40px 0;
|
padding: 0 0 40px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
section > p {
|
section > p,
|
||||||
|
section-auditorium > p {
|
||||||
margin: 0 0 20px 0;
|
margin: 0 0 20px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
section > p:last-child {
|
section > p:last-child,
|
||||||
|
section-auditorium > p:last-child {
|
||||||
margin: 0 0 60px 0;
|
margin: 0 0 60px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -369,6 +376,7 @@ margin: 0
|
|||||||
}
|
}
|
||||||
header,
|
header,
|
||||||
section,
|
section,
|
||||||
|
section-auditorium,
|
||||||
footer {
|
footer {
|
||||||
float: none;
|
float: none;
|
||||||
position: static;
|
position: static;
|
||||||
@ -377,13 +385,17 @@ width: auto
|
|||||||
header {
|
header {
|
||||||
padding-right: 320px
|
padding-right: 320px
|
||||||
}
|
}
|
||||||
section {
|
section,
|
||||||
|
section-auditorium {
|
||||||
border: none;
|
border: none;
|
||||||
width: auto;
|
width: auto;
|
||||||
padding: 0 0 0 0;
|
padding: 0 0 0 0;
|
||||||
margin: 40px 0 40px 0;
|
margin: 40px 0 40px 0;
|
||||||
}
|
}
|
||||||
section > p:first-child, section > p:last-child {
|
section > p:first-child,
|
||||||
|
section > p:last-child,
|
||||||
|
section-auditorium > p:first-child,
|
||||||
|
section-auditorium > p:last-child {
|
||||||
margin: 0 0 40px 0;
|
margin: 0 0 40px 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user