Compare commits
No commits in common. "65413b679bcc5b2fc3e9a522fe318d853da70f91" and "33bffd0465e5ac0ad869a2b177953cc8d8acc8b6" have entirely different histories.
65413b679b
...
33bffd0465
|
@ -22,7 +22,7 @@ div.eventList a.event div.event {
|
|||
max-width: 200px;
|
||||
width: 100%;
|
||||
height: 200px;
|
||||
border-radius: 45deg;
|
||||
border-radius: 10px;
|
||||
transform: scale(1);
|
||||
transition: transform .5s;
|
||||
}
|
||||
|
|
|
@ -65,32 +65,20 @@ header {
|
|||
}
|
||||
|
||||
nav {
|
||||
padding: 10px 0 10px 0;
|
||||
background-color: var(--nav-background-color);
|
||||
}
|
||||
|
||||
nav ul {
|
||||
list-style: none;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
nav ul li {
|
||||
display: inline-block;
|
||||
padding: 0 2vw 0 2vw;
|
||||
font-size: 125%;
|
||||
}
|
||||
|
||||
nav ul li a {
|
||||
nav li a {
|
||||
color: white !important;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
nav ul li a.active {
|
||||
nav li a.active {
|
||||
text-decoration: underline;
|
||||
text-decoration-style: double;
|
||||
}
|
||||
|
||||
nav ul li a:visited {
|
||||
nav li a:visited {
|
||||
color: white !important;
|
||||
}
|
||||
|
||||
|
@ -114,6 +102,21 @@ header img {
|
|||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
nav {
|
||||
padding: 10px 0 10px 0;
|
||||
}
|
||||
|
||||
nav ul {
|
||||
list-style: none;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
nav ul li {
|
||||
display: inline-block;
|
||||
padding: 0 2vw 0 2vw;
|
||||
font-size: 125%;
|
||||
}
|
||||
|
||||
main {
|
||||
max-width: 950px;
|
||||
min-height: 100vh;
|
||||
|
@ -175,6 +178,5 @@ p.topic {
|
|||
display: block;
|
||||
font-size: 200%;
|
||||
padding: 20px 0 20px 0;
|
||||
text-align: right;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue