mirror of
https://git.bolliret.ch/pcs/pcs-website
synced 2026-01-18 15:01:37 +01:00
Some more css-ing
This commit is contained in:
parent
87feb0b688
commit
feb0497fde
1 changed files with 24 additions and 11 deletions
|
|
@ -5,14 +5,26 @@ body {
|
|||
color: #5d5d5d;
|
||||
}
|
||||
|
||||
.navbar-nav .active a{
|
||||
color: #7f5e3c;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #b78c66;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
color: #7f5e3c;
|
||||
}
|
||||
|
||||
th, td {
|
||||
padding-left: 15px;
|
||||
padding-right: 15px;
|
||||
padding-top: 5px;
|
||||
padding-bottom: 5px;
|
||||
}
|
||||
|
||||
header, footer, div.page {
|
||||
width: 80%;
|
||||
margin: 0 auto;
|
||||
|
|
@ -49,24 +61,25 @@ div.page {
|
|||
}
|
||||
|
||||
header, footer {
|
||||
font-size: 1vw;
|
||||
font-size: 0.75vw;
|
||||
}
|
||||
|
||||
@media (max-width: 768px){
|
||||
body {
|
||||
font-size: 3vw;
|
||||
font-size: 4vw;
|
||||
}
|
||||
header, footer {
|
||||
font-size: 2vw;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 769px) and (max-width: 1024px){
|
||||
body {
|
||||
font-size: 2.5vw;
|
||||
}
|
||||
header, footer {
|
||||
font-size: 1.75vw;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 1024px){
|
||||
body {
|
||||
font-size: 2.5vw;
|
||||
}
|
||||
header, footer {
|
||||
font-size: 2.5vw;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue