Tweaked background of table in education.css (#510)

This commit is contained in:
Gabriel Jean 2022-01-23 13:21:48 -05:00 committed by GitHub
parent 91f6b69fa7
commit d93c49d82a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,7 @@
.education-section .education-info-table { .education-section .education-info-table {
width: 100%; width: 100%;
border: none; border: none;
background: none;
} }
.education-section .education-info-table tr:hover { .education-section .education-info-table tr:hover {
@ -12,6 +13,7 @@
.education-section .education-info-table td { .education-section .education-info-table td {
border: none; border: none;
padding: 0; padding: 0;
background: none;
} }
.education-section .timeframe { .education-section .timeframe {
@ -21,8 +23,8 @@
.education-section h1 > span{ .education-section h1 > span{
margin-top: -55px; /* Size of fixed header */ margin-top: -55px; /* Size of fixed header */
padding-bottom:55px; padding-bottom:55px;
display: block; display: block;
} }
.education-section .icon { .education-section .icon {